| [ Index ] |
|
Code source de PRADO 3.0.6 |
[Code source] [Imprimer] [Statistiques]
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 |
TRadioButtonList:: (5 méthodes):
getIsMultiSelect()
createRepeatedControl()
getClientClassName()
loadPostData()
setSelectedIndices()
Classe: TRadioButtonList - X-Ref
TRadioButtonList class| 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 |