all

Returns true when the value contains all specified parameters, false otherwise. Note that this method will always return false if the value is null.

See also $, $val, $value.

Syntax

all(param_1[, param_i[, ...]])

Parameter

Description

param_i

A string or a Value to be compared to.

Examples

$('CategoricalVar').all('CAT1', 'CAT2')