dojox.dtl.filter.misc
dojo.require("dojox.dtl.filter.misc");
defined in dojox/dtl/filter/misc.js
FunctionsBack to top
Format the value like a 'human-readable' file size (i.e. 13 KB, 4.1 MB, 102bytes, etc).
Takes a phone number and converts it in to its numerical equivalent

Returns a plural suffix if the value is not 1, for '1 vote' vs. '2 votes'

A wrapper around toJson unless something better comes along