4.12 :: Chunks

Chunks are reusable elements that you can use around your site in order to save yourself from writing repetitive code and thus making it easier to design your mobile site!

They also provide some cool features like the <phonecallChunk>, which handle the capabilities of different devices for you.

You could use a <spacemakerChunk> to put some white space around your elements.

IMPORTANT: Chunks are independent blocks of markup that handle their own layout and must be a child of the <layout> element. You cannot nest chunks within <row> or <cell> elements.

Contents