AdminElfWeb.ResourceView (admin_elf v0.4.3) View Source

Link to this section Summary

Link to this section Functions

The resource name, as an atom, for this view

Link to this function

render(template, assigns \\ %{})

View Source

Renders the given template locally.

Link to this function

resource_actions(conn, resource_id)

View Source
Link to this function

resource_allow_creation(conn, resource_id)

View Source
Link to this function

resource_details_layout(conn, resource_id)

View Source
Link to this function

resource_filters(conn, resource_id)

View Source
Link to this function

resource_form_layout(conn, resource_id)

View Source
Link to this function

resource_index_table(conn, resource_id)

View Source
Link to this function

resource_item_display_name(conn, feature_id, item)

View Source
Link to this function

resource_item_id(conn, feature_id, item)

View Source
Link to this function

resource_name(conn, resource_id)

View Source
Link to this function

resource_quick_actions(conn, resource_id)

View Source
Link to this function

template_not_found(template, assigns)

View Source

Specs

template_not_found(Phoenix.Template.name(), map()) :: no_return()

Callback invoked when no template is found. By default it raises but can be customized to render a particular template.

Link to this function

update_resource_order(conn, resource_id, params, order_field)

View Source