Class Index | File Index

Classes


Class gridRow

Template row. Store gridSlot elements
Defined in: templateLayout.compiler.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
gridRow(rowText, rowIndex, slots, options)
Creates a row
Field Summary
Field Attributes Field Name and Description
<static>  
gridRow.fn
Extension point
 
Row height as string
 
Number of slots in row
 
Row index
 
Row slots identifiers
 
Slots row gridSlot elements
Class Detail
gridRow(rowText, rowIndex, slots, options)
Creates a row
Parameters:
{string} rowText
row slots identifiers
{integer} rowIndex
row index
{gridSlot[]} slots
row gridSlot elements
{Object} options Optional
optional initialization
{string} options.height
row height as string
Field Detail
<static> gridRow.fn
Extension point

{string} height
Row height as string

{integer} length
Number of slots in row

{integer} rowIndex
Row index

{string} rowText
Row slots identifiers

{gridSlot[]} slots
Slots row gridSlot elements

Documentation generated by JsDoc Toolkit 2.4.0 on Mon Feb 13 2012 12:35:31 GMT+0100 (CET)