[ 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/ -> TRadioButtonList.php (sommaire)

TRadioButtonList class file

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

Définit 1 class

TRadioButtonList:: (5 méthodes):
  getIsMultiSelect()
  createRepeatedControl()
  getClientClassName()
  loadPostData()
  setSelectedIndices()


Classe: TRadioButtonList  - X-Ref

TRadioButtonList class

TRadioButtonList displays a list of radiobuttons on a Web page.

TRadioButtonList inherits all properties and events of {@link TCheckBoxList}.
Each TRadioButtonList displays one group of radiobuttons, i.e., at most
one radiobutton can be selected at a time.

getIsMultiSelect()   X-Ref

return: boolean whether this control supports multiple selection. Always false for radiobutton list.

createRepeatedControl()   X-Ref
Creates a control used for repetition (used as a template).

return: TControl the control to be repeated

getClientClassName()   X-Ref
Gets the name of the javascript class responsible for performing postback for this control.
This method overrides the parent implementation.

return: string the javascript class name

loadPostData($key,$values)   X-Ref
Loads user input data.
This method is primarly used by framework developers.

param: string the key that can be used to retrieve data from the input data collection
param: array the input data collection
return: boolean whether the data of the control has been changed

setSelectedIndices($indices)   X-Ref




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