PHP Class Prado\Web\UI\ActiveControls\TCallbackOptions

TCallbackOptions allows common set of callback client-side options to be attached to other active controls.
Since: 3.1
Inheritance: extends Prado\Web\UI\TControl
Afficher le fichier Open project: pradosoft/prado

Méthodes publiques

Méthode Description
getClientSide ( ) : TCallbackClientSide Callback client-side options can be set by setting the properties of the ClientSide property. E.g.

Méthodes protégées

Méthode Description
createClientSide ( ) : TCallbackClientSide

Method Details

createClientSide() protected méthode

protected createClientSide ( ) : TCallbackClientSide
Résultat TCallbackClientSide callback client-side options.

getClientSide() public méthode

.." /> See {@link TCallbackClientSide} for details on the properties of ClientSide.
public getClientSide ( ) : TCallbackClientSide
Résultat TCallbackClientSide client-side callback options.