Documentation

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.

See Also



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