Thursday 11 September 2014

How to make Command Link as Command Button in Visualforce page using CSS


We can show command link as standard salesforce command button in visualforce page by applying CSS Style.

Here is the code,

<apex:commandLink  styleClass="btn" style="text-decoration:none;padding:4px;"  value=" Click me"/>


Thanks for reading this post...!

No comments:

Post a Comment

Activities: Assign Tasks to a Queue Salesforce Lightning

Salesforce announced to assign Tasks to a Queue beginning from Spring'20 release. How does it work? In Setup, enter Queues in th...