Module moxie_dom::elements::interactive [−][src]
Expand description
HTML offers a selection of elements which help to create interactive user interface objects.
Structs
The HTML Details Element (<details>
) creates a disclosure widget in which
information is visible only when the widget is toggled into an “open” state.
The HTML Details Element (<details>
) creates a disclosure widget in which
information is visible only when the widget is toggled into an “open” state.
The HTML <dialog>
element represents a dialog box or other interactive component,
such as an inspector or window.
The HTML <dialog>
element represents a dialog box or other interactive component,
such as an inspector or window.
The HTML <menu>
element represents a group of commands that a user can perform or
activate. This includes both list menus, which might appear across the top of a screen, as
well as context menus, such as those that might appear underneath a button after it has been
clicked.
The HTML <menu>
element represents a group of commands that a user can perform or
activate. This includes both list menus, which might appear across the top of a screen, as
well as context menus, such as those that might appear underneath a button after it has been
clicked.
The HTML Disclosure Summary element (<summary>
) element specifies a summary,
caption, or legend for a <details>
element’s disclosure box.
The HTML Disclosure Summary element (<summary>
) element specifies a summary,
caption, or legend for a <details>
element’s disclosure box.
Functions
The HTML Details Element (<details>
) creates a disclosure widget in which
information is visible only when the widget is toggled into an “open” state.
The HTML <dialog>
element represents a dialog box or other interactive component,
such as an inspector or window.
The HTML <menu>
element represents a group of commands that a user can perform or
activate. This includes both list menus, which might appear across the top of a screen, as
well as context menus, such as those that might appear underneath a button after it has been
clicked.
The HTML Disclosure Summary element (<summary>
) element specifies a summary,
caption, or legend for a <details>
element’s disclosure box.