Row extends DivTag
Table of Contents
- __construct() : mixed
- Twitter Bootrstap Row.
- addColumn() : Col
- Vloží do řádku políčko.
Methods
__construct()
Twitter Bootrstap Row.
public
__construct([mixed $content = null ][, array<string|int, mixed> $properties = [] ]) : mixed
Parameters
- $content : mixed = null
-
Prvotní obsah
- $properties : array<string|int, mixed> = []
-
Of Row Div
Return values
mixed —addColumn()
Vloží do řádku políčko.
public
addColumn(int $size[, mixed $content = null ][, string $target = 'md' ][, array<string|int, mixed> $properties = [] ]) : Col
Add Column into Row.
Parameters
- $size : int
-
Velikost políčka 1 - 12
- $content : mixed = null
-
Obsah políčka
- $target : string = 'md'
-
Typ zařízení xs|sm|md|lg
- $properties : array<string|int, mixed> = []
-
Další vlastnosti tagu
Tags
Return values
Col —Column contains $content