Aurora. Uix. Layout. Options. Show
(Aurora UIX v0.1.4-rc.4)
Copy Markdown
Handles retrieval of options specific to :show layout tags.
Retrieves options for :show layouts, including dynamic and static page titles and subtitles.
Delegates fallback option retrieval and error reporting to Aurora.Uix.Layout.Options.
Options
:page_title- The page title for the show layout.- Accepts a
binary()(static title) or a function of arity 1 that receives assigns and expected to return a Phoenix.LiveView.Rendered. - Default:
"{name} Details", where{name}is the capitalized schema name.
- Accepts a
:page_subtitle- The page subtitle for the show layout.- Accepts a
binary()or a function of arity 1 that receives assigns and expected to return a Phoenix.LiveView.Rendered. - Default:
"Detail"
- Accepts a
:record_navigator- Controls the display position of the record navigation bar.- Accepts an
atom()(:top,:bottom) or a list of atoms[:top, :bottom]. - Default:
[:top, :bottom]- Shows the record navigation bar at both top and bottom.
- Accepts an
Summary
Functions
Callback implementation for Aurora.Uix.Layout.Options.get/2.
Functions
Callback implementation for Aurora.Uix.Layout.Options.get/2.