-
24 Sep 2008 4:46 AM #1
Lists and Iteration
Lists and Iteration
Hi I want to create a list and iterate:
like
Var a =new List();
a.add("value");
a.remove("value");
Is this possible in ExtJs?Last edited by hendricd; 24 Sep 2008 at 5:32 AM. Reason: Moved to new Thread in Help
-
24 Sep 2008 5:34 AM #2
See Ext.util.MixedCollection in API Docs.
"be dom-ready..."
Doug Hendricks
Maintaining ux: ManagedIFrame, MIF2 (FAQ, Wiki), ux.Media/Flash, AudioEvents, ux.Chart[Fusion,OFC,amChart], ext-basex.js/$JIT, Documentation Site.
Got Sencha licensing questions? Find out more here.


Reply With Quote

