-
18 Feb 2011 10:27 AM #1
New array functions
New array functions
First thanks for adding these nice array functions.
I played with, and it's not intuitive how to use.
Example merge:
Example indexOf:Code:var a = [1,2,3]; var b = [7,8,9]; var c = Ext.Array.merge(a,b);
Would be helpful to have such mini examples included or hint how to use (Ext.Array or array prototype)Code:var d = b.indexOf(8);
vg Steffen
--------------------------------------
Release Manager of TYPO3 4.5
energlobe.de - german online magazine
Similar Threads
-
Array functions
By Gonfi in forum Community DiscussionReplies: 2Last Post: 20 Jul 2009, 4:15 AM -
Array.sortDates ,Array.unique, and extended Array.indexOf
By wm003 in forum Ext 2.x: User Extensions and PluginsReplies: 3Last Post: 4 May 2008, 12:38 AM


Reply With Quote