Capitalize text boxes

Special forum to share and discuss skins for Pano2VR and Object2VR
Post Reply
User avatar
Kaio
Posts: 11
Joined: Thu Jun 25, 2020 11:39 am

Hello,

I am working in hotspots tooltips and, there is a code I can display my text boxes, that contains variables like $(hs), with the text all in uppercase?

Something like the .upper() in python
User avatar
Hopki
Gnome
Posts: 13452
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

On my phone so not tested, but if you added this:

Code: Select all

text-transform: uppercase;
To the inner CSS text box of the text element.
Regards,
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
User avatar
Kaio
Posts: 11
Joined: Thu Jun 25, 2020 11:39 am

it worked, thank you!
Post Reply