Is there something that you need for your widget development that you would
like to request?
Since you ask... =)
Macromedia flash support the ability to sortOn elements in a
multidimensional array. Support for key sorting either through XML
nodes or JavaScript multidimensional arrays would be great.
ie:
var items = new Array();
items.push({title: "Star Wars", year: "1977"});
items.push({title: "Empire Strikes Back", year: "1980"});
items.push({title: "Return of the Jedi", year: "1983"});
items.sortOn("title");
items.sortOn("year");
Unless something like that already exists and I just haven't found it yet.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Dashboard-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/dashboard-dev/email@hidden