Have you ever been building in OutSystems and wished they had some of your favorite HTML elements in the list of widgets? Tags like h1 and hr are nowhere to be found. Well, fear not, because there is a special extended property that lets you change the tag for a Container widget to whatever you want!
It's called OSTagName. Next time you want an h1 just drop a Container on the page and add an extended property called OSTagName with a value of "h1". The text you type into the container will now be wrapped in h1 tags. Need an hr? Drop a Container on the page and set it OSTagName extended the property to "hr". It's that simple.
Comentarios