Mobile List Element

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

Table of Contents

1 Mobile List Element - #mobile_list {}

This element produces a wrapper for jQuery Mobile Listviews.

Usage

#mobile_list { 
   theme=d,
   body=[
      #mobile_listitem { ... },
      #mobile_listitem { ... },
      #mobile_listitem { ... }
   ]
}

Attributes

inset - (boolean)
Whether or not to render the list inset or outset.
body - (string)
The body of the list element, generally containing only #mobile_list{} elements.

Date: 2014-11-12 19:50:57 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