Méthode | Description | |
---|---|---|
loadPostData ( $key, $values ) : boolean | Loads user input data. | |
setSelectedIndices ( $indices ) |
Méthode | Description | |
---|---|---|
createRepeatedControl ( ) : TControl | Creates a control used for repetition (used as a template). | |
getClientClassName ( ) : string | Gets the name of the javascript class responsible for performing postback for this control. | |
getIsMultiSelect ( ) : boolean |
protected createRepeatedControl ( ) : TControl | ||
Résultat | TControl | the control to be repeated |
protected getClientClassName ( ) : string | ||
Résultat | string | the javascript class name |
protected getIsMultiSelect ( ) : boolean | ||
Résultat | boolean | whether this control supports multiple selection. Always false for radiobutton list. |
public loadPostData ( $key, $values ) : boolean | ||
Résultat | boolean | whether the data of the control has been changed |