Answers

Question and Answer:

  Home  Ext JS

⟩ Explain what is syntax for Extjs Button click event?

Ext.onReady(function() {

Ext.get('myButton').on('click', function(){

alert("You clicked the button");

});

});

 202 views

More Questions for you: