Search
2252 results 291-300
Reference
language.searchBuilder.value
› Set the placeholder text for the SearchBuilder value `-tag select` elementThis will set the placeholder text for the value select element, by default this is 'Value'. This dom element is available in custom conditions and plugins also.language.searchBuilder.title
› Set the SearchBuilder Title textshow summary information about the number of filters currentlylanguage.searchBuilder.rightTitle
› Set the title attribute of the SearchBuilder right buttonAs standard, SearchBuilder will set the right button's title to 'Indent criteria'. This title is displayed when the mouse hovers over the right button. The value of language.searchBuilder.rightTitle is passed into an i18n() function.language.searchBuilder.right
› Set the text of the SearchBuilder right buttonAs standard, SearchBuilder will set the right button's text to '>'. The value of language.searchBuilder.right is passed into an i18n() function.language.searchBuilder.logicOr
› Message to display when OR logic is in placeAs standard, SearchBuilder will set the logic button to display 'Or' when OR logic is in place.language.searchBuilder.logicAnd
› Message to display when AND logic is in placeAs standard, SearchBuilder will set the logic button to display 'And' when AND logic is in place.language.searchBuilder.leftTitle
› Set the title attribute of the SearchBuilder left buttonAs standard, SearchBuilder will set the left button's title to 'Outdent criteria'. This title is displayed when the mouse hovers over the left button. The value of language.searchBuilder.leftTitle is passed into an i18n() function.language.searchBuilder.left
› Set the text of the SearchBuilder left buttonAs standard, SearchBuilder will set the left button's text to '<'. The value of language.searchBuilder.left is passed into an i18n() function.language.searchBuilder.deleteTitle
› Set the `title` attribute of the SearchBuilder delete criteria buttonAs standard, SearchBuilder will set the delete criteria button's title to 'Delete filtering rule'. This title is displayed when the mouse hovers over the delete button. The value of language.searchBuilder.deleteTitle is passed into an i18n() function.language.searchBuilder.delete
› Set the html of the SearchBuilder delete criteria buttonAs standard, SearchBuilder will set the delete criteria button's html to '×'. Which is a HTML character for a small cross. The value of language.searchBuilder.delete is passed into an i18n() function.