Class gridRow
Template row. Store gridSlot elements
Defined in: templateLayout.compiler.js.
Constructor Attributes | Constructor Name and Description |
---|---|
gridRow(rowText, rowIndex, slots, options)
Creates a row
|
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