|
HopObject.getOrderedView() Returns a collection including all subnodes of a HopObject ordered according to the properties listed in the string passed as argument. Syntax var orderedByDate = hobj.getOrderedView("createtime desc, name");
for (var i in orderedByDate) {
doSomething();
}
// other syntax examples:
var orderedByName = hobj.getOrderedView("name");
var collectionByName = hobj.collection.getOrderedView("name");
... comment
|
navigation
Download
Community
Weblog
Mailing Lists
IRC Channel
Documentation
Introductions
Tools
Reference
Project
Roadmap
Bug Reporting
Source
Wiki
Tags
Updates
Related Projects
search
|
||||