Exzeitable.Text behaviour (Exzeitable v0.4.4) View Source

Defines the behaviour for, and access to, text for the exzeitable interface.

Default text is in Exzeitable.Text.Default

Link to this section Summary

Link to this section Functions

Specs

text(map(), atom()) :: String.t()
Link to this function

text(map, function, parameter)

View Source

Specs

text(map(), atom(), String.t()) :: String.t()

Link to this section Callbacks

Specs

actions(map()) :: String.t()

Specs

confirm_action(map()) :: String.t()

Specs

delete(map()) :: String.t()

Specs

edit(map()) :: String.t()

Specs

hide(map()) :: String.t()

Specs

hide_field_buttons(map()) :: String.t()

Specs

new(map()) :: String.t()

Specs

next(map()) :: String.t()

Specs

nothing_found(map()) :: String.t()

Specs

previous(map()) :: String.t()

Specs

search(map()) :: String.t()

Specs

show(map()) :: String.t()

Specs

show_field(map(), String.t()) :: String.t()

Specs

show_field_buttons(map()) :: String.t()

Specs

sort(map()) :: String.t()