ForageWeb.Display protocol (forage v0.8.0)

A protocol to display Ecto structs as either HTML or text. By default Ecto schemas generated by Mandarin implement this protocol.

Link to this section Summary

Functions

Displays the model as HTML.

Displays the model as plaintext.

Link to this section Types

@type t() :: term()

Link to this section Functions

Displays the model as HTML.

This is meant to be used to diplay the resource as HTML (as opposed to plaintext)

Displays the model as plaintext.

This is meant to be used to diplay options in a select widget and when you want to show the user a resource as HTML.