function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
RT2311RT2311 

Command Button Similar functionality in HTML button tag?

HI I have implemented a coommand button with disabled="{!disablebutton}" 
where in disablebutton is a variable of boolean type.

Now i want the same functionality to be implemented over a HTML <button>
Please help me out in finding the solution...
SidhantSidhant

Out of many ways, here are some of them

1. Use jquery/javascript
2. Use http://www.w3schools.com/tags/att_button_disabled.asp, etc.

Regards,

Sid