Hello,
Is it possible in Servoy to have a label in the header of a form (List view or Table view) composed of icon + text?
Thank you
Hello,
Is it possible in Servoy to have a label in the header of a form (List view or Table view) composed of icon + text?
Thank you
Hi,
You can use HTML in the label like so:
<html><img src="media:///internalIcon.png"> Some text</html>
Hope this helps.