API Reference
Class
AccordionLocalization
Localized chrome strings used by TablerAccordion.
Inheritance
- Object
- AccordionLocalization
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method AccordionSettings.Localization
- Method TablerAccordion.Localization
Constructors
public AccordionLocalization() #Inherited Methods
Properties
public String SearchPlaceholder { get; set; } #Default short placeholder for the accordion search box.
public String SearchPlaceholderWithOperators { get; set; } #Expanded placeholder that includes supported search operators.
public String NoMatchingSections { get; set; } #Message shown when no accordion items match the active filter.
public String SearchHelpTooltip { get; set; } #Tooltip content shown on the search syntax help icon.
public String SearchHelpLeadIn { get; set; } #Lead-in text rendered before the inline search examples.
public String SearchHelpExampleOne { get; set; } #First inline search example rendered in the help hint.
public String SearchHelpExampleTwo { get; set; } #Second inline search example rendered in the help hint.
public String CopyTitleTooltip { get; set; } #Tooltip text used by the copy-title action.