Vitex Software's Ease Twitter Bootstrap4

Panel extends Card
in package

Description of Panel.

Tags
author

Vítězslav Dvořák info@vitexsoftware.cz

Table of Contents

$body  : DivTag
Panel's body.
$footer  : DivTag
footer content.
$header  : DivTag
Panel Head.
$type  : string
Panel type.
__construct()  : mixed
Twitter Bootstrap Panel.
addItem()  : Embedable
Vloží další element do objektu.
finalize()  : void

Properties

$body

Panel's body.

public DivTag $body

footer content.

public DivTag $footer

$header

Panel Head.

public DivTag $header

$type

Panel type.

public string $type = 'default'

success|warning|info|danger

Methods

__construct()

Twitter Bootstrap Panel.

public __construct([mixed|string $heading = null ][, string $type = null ][, mixed $body = null ][, mixed $footer = null ]) : mixed
Parameters
$heading : mixed|string = null
$type : string = null

success|warning|info|danger

$body : mixed = null

panel body

$footer : mixed = null

panel foot FALSE = do not show at all

Return values
mixed

addItem()

Vloží další element do objektu.

public addItem(mixed $pageItem[, string $pageItemName = '' ]) : Embedable
Parameters
$pageItem : mixed

hodnota nebo EaseObjekt s metodou draw()

$pageItemName : string = ''

Pod tímto jménem je objekt vkládán do stromu

Return values
Embedable

Odkaz na vložený objekt

finalize()

public finalize() : void
Return values
void

Search results