[ Index ]
 

Code source de PRADO 3.0.6

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/framework/Web/UI/WebControls/ -> TTableHeaderCell.php (sommaire)

TTableHeaderCell class file

Author: Qiang Xue <qiang.xue@gmail.com>
Copyright: Copyright © 2005 PradoSoft
License: http://www.pradosoft.com/license/
Version: $Id: TTableHeaderCell.php 1397 2006-09-07 07:55:53Z wei $
Poids: 125 lignes (3 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 2 classes

TTableHeaderCell:: (8 méthodes):
  getTagName()
  addAttributesToRender()
  getScope()
  setScope()
  getAbbreviatedText()
  setAbbreviatedText()
  getCategoryText()
  setCategoryText()

TTableHeaderScope:: (0 méthodes):


Classe: TTableHeaderCell  - X-Ref

TTableHeaderCell class.

TTableHeaderCell displays a table header cell on a Web page.

getTagName()   X-Ref

return: string tag name for the table header cell

addAttributesToRender($writer)   X-Ref
Adds attributes to renderer.

param: THtmlWriter the renderer

getScope()   X-Ref

return: TTableHeaderScope the scope of the cells that the header cell applies to. Defaults to TTableHeaderScope::NotSet.

setScope($value)   X-Ref

param: TTableHeaderScope the scope of the cells that the header cell applies to.

getAbbreviatedText()   X-Ref

return: string  the abbr attribute of the HTML th element

setAbbreviatedText($value)   X-Ref

param: string  the abbr attribute of the HTML th element

getCategoryText()   X-Ref

return: string the axis attribute of the HTML th element

setCategoryText($value)   X-Ref

param: string the axis attribute of the HTML th element

Classe: TTableHeaderScope  - X-Ref

TTableHeaderScope class.
TTableHeaderScope defines the enumerable type for the possible table scopes that a table header is associated with.

The following enumerable values are defined:
- NotSet: the scope is not specified
- Row: the scope is row-wise
- Column: the scope is column-wise



Généré le : Sun Feb 25 21:07:04 2007 par Balluche grâce à PHPXref 0.7