Explain the use of Ext.onReady().

Ext.onReady() is the first method which is called when the DOM is fully loaded so that whatever element you want to refer will be available when script runs.

Comments

Popular posts from this blog

How to start and stop editing a record?