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

TTable extends TElement
in package

Creates a table layout, with rows and columns

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

$section  : mixed

Methods

__construct()  : mixed
Class Constructor
addRow()  : TTableRow
Add a new row (TTableRow object) to the table
addRowSet()  : TTableRow
Add a new row (TTableRow object) with many cells
addSection()  : mixed
Add section
create()  : mixed
Create a table
fromData()  : mixed
Create a table from data array

Properties

Methods

__construct()

Class Constructor

public __construct() : mixed

addSection()

Add section

public addSection(mixed $type) : mixed
Parameters
$type : mixed

create()

Create a table

public static create(mixed $properties) : mixed
Parameters
$properties : mixed

fromData()

Create a table from data array

public static fromData( $array_data[,  $table_properties = null ][,  $header_properties = null ][,  $body_properties = null ]) : mixed
Parameters
$array_data :

Array with raw data

$table_properties : = null

Array of CSS properties for table

$header_properties : = null

Array of CSS properties for header

$body_properties : = null

Array of CSS properties for body


        
On this page

Search results