Panel
extends Card
in package
Description of Panel.
Tags
Table of Contents
Properties
- $body : DivTag
- Panel's body.
- $footer : DivTag
- footer content.
- $header : DivTag
- Panel Head.
- $type : string
- Panel type.
Methods
- __construct() : mixed
- Twitter Bootstrap Panel.
- addItem() : null|Embedable
- Vloží další element do objektu.
- finalize() : void
Properties
$body
Panel's body.
public
DivTag
$body
$footer
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 = 'default' ][, mixed $body = null ][, mixed $footer = null ]) : mixed
Parameters
- $heading : mixed|string = null
- $type : string = 'default'
-
success|warning|info|danger
- $body : mixed = null
-
panel body
- $footer : mixed = null
-
panel foot FALSE = do not show at all
addItem()
Vloží další element do objektu.
public
& addItem(mixed $pageItem[, string $pageItemName = null ]) : null|Embedable
Parameters
- $pageItem : mixed
-
hodnota nebo EaseObjekt s metodou draw()
- $pageItemName : string = null
-
Pod tímto jménem je objekt vkládán do stromu
Return values
null|Embedable —Odkaz na vložený objekt
finalize()
public
finalize() : void