API Documentação da API
Lançado Adianti Framework 7.6!
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

TExpander extends TElement
in package

Expander Widget

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

$button  : mixed
$caret_side  : mixed
$container  : mixed
$label  : mixed

Methods

__construct()  : mixed
Class Constructor
add()  : mixed
Add content to the expander
setButtonProperty()  : mixed
Define a button property
setCaretSide()  : mixed
Set caret side
setProperty()  : mixed
Define a container property
setPullSide()  : mixed
Define the pull side
show()  : mixed
Shows the expander

Properties

Methods

__construct()

Class Constructor

public __construct([mixed $label = '' ]) : mixed
Parameters
$label : mixed = ''

add()

Add content to the expander

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

Any Object that implements show() method

setButtonProperty()

Define a button property

public setButtonProperty( $property,  $value) : mixed
Parameters
$property :

Property name (Ex: style)

$value :

Property value

setCaretSide()

Set caret side

public setCaretSide(mixed $caret_side) : mixed
Parameters
$caret_side : mixed
Tags
caret_side

Caret side (left, right)

setProperty()

Define a container property

public setProperty( $property,  $value) : mixed
Parameters
$property :

Property name (Ex: style)

$value :

Property value

setPullSide()

Define the pull side

public setPullSide(mixed $side) : mixed
Parameters
$side : mixed
Tags
side

left/right

show()

Shows the expander

public show() : mixed

        
On this page

Search results