Functiondojox.data.HtmlTableStore._containsValue

dojo.require("dojox.data.HtmlTableStore");
defined in dojox/data/HtmlTableStore.js

Internal function for looking at the values contained by the item. This function allows for denoting if the comparison should be case sensitive for strings or not (for handling filtering cases where string case should not matter)

Usage

function (item, attribute, value, /*RegExp?*/ regexp) (view source)
parametertypedescription
item The data item to examine for attribute values.
attribute The attribute to inspect.
value The value to match.
regexpRegExpOptional. Optional regular expression generated off value if value was of string type to handle wildcarding. If present and attribute values are string, then it can be used for comparison instead of 'value'