<mt:App:SettingGroup>

An application template tag used to wrap a number of App:Setting tags.

Attributes:

  • id (required)

    A unique identifier for this group of settings.

  • class (optional)

    If specified, applies this CSS class to the fieldset tag produced.

  • shown (optional; default "1")

    Controls whether the fieldset is initially shown or not. If hidden, a CSS "hidden" class is applied to the fieldset tag.

Example:

    <MTApp:SettingGroup id="foo">
        <MTApp:Setting ...>
        <MTApp:Setting ...>
        <MTApp:Setting ...>
    </MTApp:SettingGroup>
This page was last updated on 1969-12-31, 16:00.

Leave a note

Have a question? Please use the MT Forums. Notes submitted on documentation should pertain to tips & hints regarding documentation. Your note may be removed once its contents have been integrated into the body of the page.