Row
class Row implements Renderable
Properties
protected Closure | $callback | Callback for add field to current row.s. |
|
protected Form | $form | Parent form. |
|
protected array | $fields | Fields in this row. |
|
protected int | $defaultFieldWidth | Default field width for appended field. |
Methods
array
getFields()
Get fields of this row.
$this
width(int $width = 12)
Set width for an incomming field.
Factory|View
render()
Render the row.
Details
at line 61
array
getFields()
Get fields of this row.
at line 73
$this
width(int $width = 12)
Set width for an incomming field.
at line 85
Factory|View
render()
Render the row.
at line 98
Field|void
__call(string $method, array $arguments)
Add field.