How to Access a button Widget property in Javascript Action call ?

0
Hi All, In Javascript Action call , Javascript alert messages are appearing fine . How can I access a button widget property ? .Please help me on this.    
asked
1 answers
1

Hi, 

The best way is to give a unique classname to the button and access the button properties in Javascript Action using  document.getElementsByClassName("example")[0];  

 

Hope this helps!

answered