View Source PhoenixDuskmoon.Actionbar (PhoenixDuskmoon v4.4.0)

Render actionbar.

Link to this section Summary

Functions

Generates a actionbar.

Link to this section Functions

Generates a actionbar.

examples

Examples

<.dm_actionbar class="shadow">
  <:left>
    Star Wars
  </:left>
  <:right>
    <button>open</button>
  </:right>
  <:right>
    <button>show</button>
  </:right>
</.dm_actionbar>

attributes

Attributes

  • id (:any) - html attribute id. Defaults to false.
  • class (:any) - html attribute class. Defaults to "".
  • left_class (:any) - left part html attribute class. Defaults to "".
  • right_class (:any) - right part html attribute class. Defaults to "".

slots

Slots

  • left - Left part of action bar. Accepts attributes:
    • id (:any)
    • class (:any)
  • right - Right part of action bar. Accepts attributes:
    • id (:any)
    • class (:any)