Vitex Software's Ease Twitter Bootstrap5

Row extends DivTag
in package

Table of Contents

Methods

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

Methods

__construct()

Twitter Bootstrap Row.

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

Initial content

$rowCols : int = 0

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

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


        
On this page

Search results