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

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

Default text is in Exzeitable.Text.Default

Summary

Functions

Call the text function with assigns

Call the text function with assigns and an extra parameter

Callbacks

@callback actions(map()) :: String.t()
@callback confirm_action(map()) :: String.t()
@callback delete(map()) :: String.t()
@callback edit(map()) :: String.t()
@callback hide(map()) :: String.t()
@callback hide_field_buttons(map()) :: String.t()
@callback new(map()) :: String.t()
@callback next(map()) :: String.t()
@callback nothing_found(map()) :: String.t()
@callback previous(map()) :: String.t()
@callback search(map()) :: String.t()
@callback show(map()) :: String.t()
@callback show_field(map(), String.t()) :: String.t()
@callback show_field_buttons(map()) :: String.t()
@callback sort(map()) :: String.t()

Functions

@spec text(Exzeitable.Params.t(), atom()) :: String.t()

Call the text function with assigns

Link to this function

text(params, function, parameter)

View Source
@spec text(Exzeitable.Params.t(), atom(), String.t()) :: String.t()

Call the text function with assigns and an extra parameter