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
Mostrar archivo Open project: pradosoft/prado

Public Methods

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

Protected Methods

Method Description
createClientSide ( ) : TCallbackClientSide

Method Details

createClientSide() protected method

protected createClientSide ( ) : TCallbackClientSide
return TCallbackClientSide callback client-side options.

getClientSide() public method

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