HtmlForgeX

API Reference

Class

DataTablesLanguage

Namespace HtmlForgeX
Assembly HtmlForgeX

Localization strings for DataTables user interface elements.

Inheritance

  • Object
  • DataTablesLanguage

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public DataTablesLanguage() #

Methods

public DataTablesLanguage AllLabel(String label) #
Returns: DataTablesLanguage

Sets the localized label used for the page-length -1 option.

Parameters

label System.String requiredposition: 0
public DataTablesLanguage ConfigureButtons(Action<DataTablesButtonsLanguage> configure) #
Returns: DataTablesLanguage

Configures localized button labels.

Parameters

configure System.Action{HtmlForgeX.DataTablesButtonsLanguage} requiredposition: 0
public DataTablesLanguage ConfigureToggleView(Action<DataTablesToggleViewLanguage> configure) #
Returns: DataTablesLanguage

Configures localized labels used by the toggle-view helper.

Parameters

configure System.Action{HtmlForgeX.DataTablesToggleViewLanguage} requiredposition: 0

Properties

public String LengthMenu { get; set; } #
JsonPropertyName("lengthMenu") JsonIgnore(Condition = 3)

Text for the page length menu.

public String Info { get; set; } #
JsonPropertyName("info") JsonIgnore(Condition = 3)

Information text.

public String InfoEmpty { get; set; } #
JsonPropertyName("infoEmpty") JsonIgnore(Condition = 3)

Text shown when no records are present.

public String InfoFiltered { get; set; } #
JsonPropertyName("infoFiltered") JsonIgnore(Condition = 3)

Text for filtered results information.

public String LoadingRecords { get; set; } #
JsonPropertyName("loadingRecords") JsonIgnore(Condition = 3)

Loading message.

public String Processing { get; set; } #
JsonPropertyName("processing") JsonIgnore(Condition = 3)

Processing message.

public String ZeroRecords { get; set; } #
JsonPropertyName("zeroRecords") JsonIgnore(Condition = 3)

Text shown when no matching records are found.

public DataTablesButtonsLanguage Buttons { get; set; } #
JsonPropertyName("buttons") JsonIgnore(Condition = 3)

Localized button labels used by the Buttons extension.

public DataTablesPaginate Paginate { get; set; } #
JsonPropertyName("paginate") JsonIgnore(Condition = 3)

Text used for pagination buttons.

public String All { get; set; } #
JsonIgnore

Internal label used for the page-length -1 option.

public DataTablesToggleViewLanguage ToggleView { get; set; } #
JsonIgnore

Localized labels used by the HtmlForgeX toggle-view helper.