Mobile Collapsible Set Element

Home | Getting Started | API | Elements | Actions | Validators | Handlers | Configuration Options | Advanced Guides | Troubleshooting | About

Table of Contents

1 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.

Date: 2014-11-12 19:50:58 CST

Author: Jesse Gumm (@jessegumm)

Org version 7.8.02 with Emacs version 23

Validate XHTML 1.0

Comments

Note:To specify code blocks, just use the generic code block syntax:
<pre><code>your code here</code></pre>


comments powered by Disqus