[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][gambas/gambas][master] Fix and enhance WebTabPanel and WebLabel, to allow them displaying HTML directly in their labels.



Benoît Minisini pushed to branch master at Gambas / gambas


Commits:
f7d87442 by Benoît Minisini at 2026-02-13T16:35:05+01:00
Fix and enhance WebTabPanel and WebLabel, to allow them displaying HTML directly in their labels.

[GB.WEB.GUI]
* NEW: WebTabPanel: Add tab array accessor through a '_WebTabPanelContainer' class.
* NEW: WebTabPanel: Tab now have an 'Html' property for displaying HTML text.
* NEW: WebTabPanel: Tab now have an 'Image' property for displaying a tab icon.
* NEW: WebTabPanel: Remove the 'UseHtml' property.
* NEW: WebLabel: Remove the 'UseHtml' property, and replace it by an 'Html' property.
* NEW: Update documentation

- - - - -


11 changed files:

- − comp/src/gb.web.gui/.src/CTab.class
- comp/src/gb.web.gui/.src/Helper.module
- + comp/src/gb.web.gui/.src/TabPanel/_WebTabPanelContainer.class
- + comp/src/gb.web.gui/.src/Test/FTestPanel.class
- + comp/src/gb.web.gui/.src/Test/FTestPanel.webform
- comp/src/gb.web.gui/.src/Test/Webform1.class
- comp/src/gb.web.gui/.src/Test/Webform1.webform
- comp/src/gb.web.gui/.src/Tree/WebTree.class
- comp/src/gb.web.gui/.src/WebLabel.class
- comp/src/gb.web.gui/.src/WebTabPanel.class
- comp/src/gb.web.gui/style.css


View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f7d87442c32473f8345f0e971fcb00a29cb8b6b2

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f7d87442c32473f8345f0e971fcb00a29cb8b6b2
You're receiving this email because of your account on gitlab.com.