How to add a custom class to swe:control tag in the web template file?
Hi,
I am building a new template file. In it, for a swe:control tag, I wish to add a custom class. I tried it as below
<swe:control id="104" type="button" class="my-custom-class"><swe:this property="FormattedHtml" hintMapType="Control"/></swe:control>
But the class .my-custom-class is not added to the button when it is displayed on the UI.
Can you please help me how can I add the custom class here?
Thanks and regards.