Hey everyone, quick question about script dialogs. I know you can place a image path in the static text "Title" propertie, but how do I get an icon to show up from an icon set I have installed? I want to pick a specific icon and have it display in one of these dialog boxes. Thanks!
You’ll probably need to use a "Markup Text" control instead.
And for the Title, use: <a id="link"><%tbim:makedir></a>
Or just <%tbim:makedir>
if you don’t need the icon to be clickable (respond to events).
1 Like
Have you tried #makedir
or more globally #icon_name_in_set
?It works for buttons.
1 Like
Ah yes. Using #makedir
works in a static control too. I did not know that .
Ah, good to know, thank you both.