All docs
V19.1
24.1
The page you are viewing does not exist in version 24.1.
23.2
The page you are viewing does not exist in version 23.2.
23.1
The page you are viewing does not exist in version 23.1.
22.2
The page you are viewing does not exist in version 22.2.
22.1
The page you are viewing does not exist in version 22.1.
21.2
The page you are viewing does not exist in version 21.2.
21.1
The page you are viewing does not exist in version 21.1.
20.2
The page you are viewing does not exist in version 20.2.
20.1
The page you are viewing does not exist in version 20.1.
19.2
19.1
18.2
18.1
17.2
Box
Map
Row
Vue
A newer version of this page is available. Switch to the current version.

jQuery TreeList - filterRow.operationDescriptions

Specifies descriptions for filter operations on the filter list.

Type:

Object

See Also

between

A description for the "between" operation.

Type:

String

Default Value: 'Between'

contains

A description for the "contains" operation.

Type:

String

Default Value: 'Contains'

endsWith

A description for the "endswith" operation.

Type:

String

Default Value: 'Ends with'

equal

A description for the "=" operation.

Type:

String

Default Value: 'Equals'

greaterThan

A description for the ">" operation.

Type:

String

Default Value: 'Greater than'

greaterThanOrEqual

A description for the ">=" operation.

Type:

String

Default Value: 'Greater than or equal to'

lessThan

A description for the "<" operation.

Type:

String

Default Value: 'Less than'

lessThanOrEqual

A description for the "<=" operation.

Type:

String

Default Value: 'Less than or equal to'

notContains

A description for the "notcontains" operation.

Type:

String

Default Value: 'Does not contain'

notEqual

A description for the "<>" operation.

Type:

String

Default Value: 'Does not equal'

startsWith

A description for the "startswith" operation.

Type:

String

Default Value: 'Starts with'