API Documentação da API
Inscrições abertas para nosso Webinar anual Adianti Framework 2024!
Clique aqui para saber mais
Pacote Dominando o Adianti 7
Curso + Livro + Apps exemplo
Curso completo em Video Aulas (114 aulas).
Livro completo em PDF (463 páginas).
Códigos-fontes de Apps de exemplo.
API
API do Framework
Documentation

Documentation

TPanelGroup extends TElement
in package

Bootstrap native panel for Adianti Framework

Tags
version
7.6
subpackage

container

author

Pablo Dall'Oglio

copyright

Copyright (c) 2006 Adianti Solutions Ltd. (http://www.adianti.com.br)

license

https://adiantiframework.com.br/license

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

Methods

__construct()

Constructor method

public __construct([ $title = NULL ][, mixed $background = NULL ]) : mixed
Parameters
$title : = NULL

Panel Title

$background : mixed = NULL

add()

Add the panel content

public add(mixed $content) : mixed
Parameters
$content : mixed

addFooter()

Add footer

public addFooter(mixed $footer) : mixed
Parameters
$footer : mixed

Add a form header action

public addHeaderActionLink( $label,  $action[,  $icon = 'fa:save' ]) : mixed
Parameters
$label :

Button label

$action :

Button action

$icon : = 'fa:save'

Button icon

addHeaderWidget()

Add a form header widget

public addHeaderWidget( $widget) : mixed
Parameters
$widget :

Widget

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
$title :

Panel title

$element :

Panel content

$footer : mixed = null

setTitle()

Set title

public setTitle(mixed $title) : mixed
Parameters
$title : mixed

        
On this page

Search results