Thursday, July 2, 2015
what is the purpose of load() in store?
store.load() : returns boolean
Loads the Record cache from the configured Proxy using the configured Reader.
For remote data sources, loading is asynchronous, and this call will return before the new data has been loaded.
store.load({callback: fnCheckData, scope: this});
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...
-
Objects have "prototypes" from which they may inherit fields and functions. <script type="text/javascript">...
-
<script type="text/javascript"> var days = new Array(); days[0] = "Sunday" days[1] = "Monday"...
No comments:
Post a Comment