A register for filters and tags.
See the dojox/dtl/_base.register reference documentation for more information.
Parameter | Type | Description |
---|---|---|
type | undefined | |
base | undefined | |
locations | undefined |
Register the specified filter libraries.
The locations parameter defines the contents of each library as a hash whose keys are the library names and values an array of the filters exported by the library. For example, the filters exported by the date library would be:
{ "dates": ["date", "time", "timesince", "timeuntil"] }
Parameter | Type | Description |
---|---|---|
base | String | The base path of the libraries. |
locations | Object | An object defining the filters for each library as a hash whose keys are the library names and values an array of the filters exported by the library. |
Parameter | Type | Description |
---|---|---|
module | String | dojox/form/RangeSlider |
name | String |
Register the specified tag libraries.
The locations parameter defines the contents of each library as a hash whose keys are the library names and values an array of the tags exported by the library. For example, the tags exported by the logic library would be:
{ logic: ["if", "for", "ifequal", "ifnotequal"] }
Parameter | Type | Description |
---|---|---|
base | String | The base path of the libraries. |
locations | Object | An object defining the tags for each library as a hash whose keys are the library names and values an array of the tags or filters exported by the library. |