Question

Instellars Global Consulting
SG
Last activity: 14 Oct 2016 17:37 EDT
Applying CSS to a Pega JSP element
I have a non-auto generated section containing a Pega JSP code (pasted below) which generates a button in the end user UI.
I want to apply CSS to this button. How can I achieve that? Thanks in advance.
<pega:reference name=".pyLabel" mode="input" format="Button">
<pega:param name="ToolTip" value="Find most urgent work"/>
<pega:param name="Caption" value="Get Most Urgent"/>
<pega:param name="Id" value=""/>
<pega:param name="OnClick" value="javascript:getNextWorkItem_local()"/>
</pega:reference>
***Updated by moderator: Lochan - User still needing assistance. Adding #helpme tag***