Threaded View
-
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


Reply With Quote