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