Saved Bookmarks
| 1. |
Explain The Use Of Ext.onready().? |
|
Answer» 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. 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. |
|