Represents a runtime context used by DTL templates.
Parameter | Type | Description |
---|---|---|
dict | Object |
See the dojox/dtl/Context reference documentation for more information.
Returns a clone of this context object, with the items from the passed objecct mixed in.
Parameter | Type | Description |
---|---|---|
obj | dojox/dtl/Context | Object | The object to extend. |
Returns a clone of this context, only containing the items defined in the filter.
Parameter | Type | Description |
---|---|---|
filter | dojox/dtl/Context | Object | String... |
Parameter | Type | Description |
---|---|---|
key | undefined | |
otherwise | undefined |
Indicates whether the specified key is defined on this context.
Parameter | Type | Description |
---|---|---|
key | String | The key to look up. |
Sets the object on which to perform operations.
Parameter | Type | Description |
---|---|---|
scope | Object | the this ref. |