Documentation

Mobile Collapsible Set Element - #mobile_collapsible_set {}

This element produces a Mobile Collapsible Set Element, which groups together #collapsible elements into a single unified structure. The resulting collapsibles will then close any open collapsibles when another within the same group is opened.

Usage

   #mobile_collapsible_set { 
      collapsed=true,
      body=[
         #collapsible{ ... },
         #collapsible{ ... },
         #collapsible{ ... }
      ]
   }

Attributes

  • header_theme (atom) - Set the jQuery Mobile swatch letter for the contained #collapsible{} elements' header.

  • content_theme (atom) - Set the jQuery Mobile swatch letter for the contained #collapsible{} elements' content.

  • mini (boolean) - Set to true to render the contained #collapsible{} elements in a smaller, more compact form.

See Also



View Source or Submit Corrections for this Documentation Page
Copyright © 2008-2024 Nitrogen Web Framework. Released under the MIT License.