Namespacedojox.dtl.filter.lists

dojo.require("dojox.dtl.filter.lists");
defined in dojox/dtl/filter/lists.js

FunctionsBack to top

Takes a list of dicts, returns that list sorted by the property given in the argument.
Takes a list of dicts, returns that list sorted in reverse order by the property given in the argument.
Returns the first item in a list
Joins a list with a string, like Python's ``str.join(list)``
Returns the length of the value - useful for lists
Returns a boolean of whether the value's length is the argument
Returns a random item from the list
Returns a slice of the list.
Recursively takes a self-nested list and returns an HTML unordered list -- WITHOUT opening and closing <ul> tags.