Search
282 results 151-160
Reference
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.language.searchBuilder.data
› Set the placeholder text for the SearchBuilder data `-tag select` elementThis will set the placeholder text for the data select element, by default this is 'Data'. This dom element is available in custom conditions and plugins also.language.searchBuilder.conditions[type]
› The object containing the condition names for a specific typeThis is useful as it allows condition names to be customised within SearchBuilder. This allows for Internationalisation to take place, meaning that SearchBuilder can be fully adapted to different languages. Each key-value pair on the language.searchBuilder.conditions[type] object is made up of a key and a string. The key being whatever the condition is normally referred to and the string being the replacement value that is to take it's place. It is also worth noting that here, [type] is whatever the type is from any of... string date num arraylanguage.searchBuilder.conditions
› Define custom condition names for SearchBuilder conditionsThis option allows custom conditions to have their names customised. This object contains the following properties, whose value is a further object of the type language.searchBuilder.conditions[type]. More details for the types can be found at columns.type. string - Condition names for string and html conditions. date - Condition names for date, moment and luxon conditions. number - Condition names for simple numbers, and formatted numbers, including html with no formatting array - Condition names for array conditions More details on the structure that is used can be found at language.searchBuilder.conditions[type].language.searchBuilder.condition
› Set the placeholder text for the SearchBuilder condition `-tag select` elementThis will set the placeholder text for the condition select element, by default this is 'Condition'. This dom element is available in custom conditions and plugins also.language.searchBuilder.clearAll
› Text to be displayed in the SearchBuilder clear all buttonAs standard, SearchBuilder will set the 'Clear All' button to display 'Clear All'. This option over-rides that value.language.searchBuilder.button
› Set SearchBuilder button textAs standard, SearchBuilder will set the SearchBuilder Button to display a default text, in this case {0: 'Search Builder', _: 'Search Builder (%d)'}. where %d is the total number of criteria that are active. The value of language.searchBuilder.button is passed into an i18n() function. %d is replaced by the number of criteria that are in place. To just set the Button text to be a string no matter the count, just set language.searchBuilder.button to be the desired string.language.searchBuilder.add
› Set the message to be displayed in the SearchBuilder add buttonAs standard, SearchBuilder will set the add button to display a default text, in this case 'Add Condition'. The value of language.searchBuilder.add is passed into an i18n() function.language.fixedColumns.button
› Set FixedColumns button textAs standard, FixedColumns will set the FixedColumns Button to display a default text, in this case FixedColumns The value of language.fixedColumns.button is passed into an i18n() function.language.autoFill
› Container object for language strings used by AutoFillAutoFill make use of a number of strings that are displayed to the end user to explain what action will be performed based on the user input. A parameters of this object provide the ability to customise those strings to suit your needs. This can be a full translation or a tweak of just one or two strings to match the styling of your site / app.