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
Vue
A newer version of this page is available. Switch to the current version.

jQuery FilterBuilder - filterOperationDescriptions

Specifies filter operation descriptions.

Type:

Object

between

The "between" operation's description.

Type:

String

Default Value: 'Between'

contains

The "contains" operation's description.

Type:

String

Default Value: 'Contains'

endsWith

The "endswith" operation's description.

Type:

String

Default Value: 'Ends with'

equal

The "=" operation's description.

Type:

String

Default Value: 'Equals'

greaterThan

The ">" operation's description.

Type:

String

Default Value: 'Greater than'

greaterThanOrEqual

The ">=" operation's description.

Type:

String

Default Value: 'Greater than or equal to'

isBlank

The "isblank" operation's description.

Type:

String

Default Value: 'Is blank'

isNotBlank

The "isnotblank" operation's description.

Type:

String

Default Value: 'Is not blank'

lessThan

The "<" operation's description.

Type:

String

Default Value: 'Less than'

lessThanOrEqual

The "<=" operation's description.

Type:

String

Default Value: 'Less than or equal to'

notContains

The "notcontains" operation's description.

Type:

String

Default Value: 'Does not contain'

notEqual

The "<>" operation's description.

Type:

String

Default Value: 'Does not equal'

startsWith

The "startswith" operation's description.

Type:

String

Default Value: 'Starts with'