Mobile Grid Block Element

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

Table of Contents

1 Mobile Grid Block Element - #mobile_grid_block {}

This element produces a block element for a container Mobile Grid Element.

Usage

#mobile_grid { 
   columns=2,
   block=[
      #mobile_grid_block{ text="Row 1, Cell 1" },
      #mobile_grid_block{ text="Row 1, Cell 2" },
      #mobile_grid_block{ text="Row 2, Cell 1" },
      #mobile_grid_block{ new_row = true, text="Row 3, Cell 1"},
      #mobile_grid_block{ text="Row 3, Cell 2"}
   ]
}

Attributes

new_row - (boolean)
Set to true to short-circuit the automatic row/column layout and for the grid to start at the next row down.
body - (Nitrogen element or list of elements)
Set the element(s) that will be rendered within this block.
text - (string)
Set to the text of the block, instead of specifying Nitrogen elements.
html_encode - (boolean|whites|encoding fun)
Set to true to have the text safely html encoded (default: 'true'). Set to 'whites' to also encode whitespace. Set to a function with arity 1 to have the contents encoded using that function.

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