Thursday, July 2, 2015
what is use of Ext.onReady() function ?
Ext.onReady is probably the first method that you’ll use on every page. This method is automatically called once the DOM is fully loaded, guaranteeing that any page elements that you may want to reference will be available when the script runs
syntax:
Ext.onReady(function() {
alert(“Congratulations! You have Ext configured correctly!”);
});
Subscribe to:
Post Comments (Atom)
What is restrict option in directive?
The restrict option in angular directive, is used to specify how a directive will be invoked in your angular app i.e. as an attribute, class...
-
using config option, renderer: fnCellColor where fnCellColor is method to apply color to a cell.
-
Objects have "prototypes" from which they may inherit fields and functions. <script type="text/javascript">...
No comments:
Post a Comment