Functiondojox.dtl.Context.filter

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

Returns a clone of this context, only containing the items defined in the filter.

Usage

function (/*dojox.dtl.Context|Object|String...*/ filter) (view source)
parametertypedescription
filterdojox.dtl.Context|Object|StringRepeating.
fieldtypedescription
.extendFunctionReturns a clone of this context object, with the items from the passed objecct mixed in.
.filterFunctionReturns a clone of this context, only containing the items defined in the filter.
.getThisFunction 
.hasKeyFunction 
.setThisFunction 
._this