TPanelGroup
extends TElement
in package
Bootstrap native panel for Adianti Framework
Tags
Table of Contents
Properties
- $actionsContainer : mixed
- $body : mixed
- $footer : mixed
- $head : mixed
- $title : mixed
Methods
- __construct() : mixed
- Constructor method
- add() : mixed
- Add the panel content
- addFooter() : mixed
- Add footer
- addHeaderActionLink() : mixed
- Add a form header action
- addHeaderWidget() : mixed
- Add a form header widget
- getBody() : mixed
- Return panel body
- getFooter() : mixed
- Return panel footer
- getHeader() : mixed
- Return panel header
- pack() : mixed
- Static creator for panels
- setTitle() : mixed
- Set title
Properties
$actionsContainer
private
mixed
$actionsContainer
$body
private
mixed
$body
$footer
private
mixed
$footer
$head
private
mixed
$head
$title
private
mixed
$title
Methods
__construct()
Constructor method
public
__construct([ $title = NULL ][, mixed $background = NULL ]) : mixed
Parameters
add()
Add the panel content
public
add(mixed $content) : mixed
Parameters
- $content : mixed
addFooter()
Add footer
public
addFooter(mixed $footer) : mixed
Parameters
- $footer : mixed
addHeaderActionLink()
Add a form header action
public
addHeaderActionLink( $label, $action[, $icon = 'fa:save' ]) : mixed
Parameters
addHeaderWidget()
Add a form header widget
public
addHeaderWidget( $widget) : mixed
Parameters
getBody()
Return panel body
public
getBody() : mixed
getFooter()
Return panel footer
public
getFooter() : mixed
getHeader()
Return panel header
public
getHeader() : mixed
pack()
Static creator for panels
public
static pack( $title, $element[, mixed $footer = null ]) : mixed
Parameters
setTitle()
Set title
public
setTitle(mixed $title) : mixed
Parameters
- $title : mixed