Vitex Software's Ease Twitter Bootstrap5

Row extends DivTag
in package

Table of Contents

__construct()  : mixed
Twitter Bootstrap Row.
addColumn()  : Col
Add Column into Row.

Methods

__construct()

Twitter Bootstrap Row.

public __construct([mixed $content = null ], int $rowCols[, array<string|int, mixed> $properties = [] ]) : mixed
Parameters
$content : mixed = null

Initial content

$rowCols : int

with "auto" you can give the columns their natural width

$properties : array<string|int, mixed> = []

Of Row Div

Tags
see
https://getbootstrap.com/docs/5.0/layout/grid/#row-columns
Return values
mixed

addColumn()

Add Column into Row.

public addColumn(int $size[, mixed $content = null ][, string $target = 'md' ][, array<string|int, mixed> $properties = [] ]) : Col
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
see
http://getbootstrap.com/css/#grid
Return values
Col

Column contains $content

Search results