resize me
Afficher le fichier
Open project: pradosoft/prado
Свойство | Type | Description | |
---|---|---|---|
$_options |
Méthode | Description | |
---|---|---|
__construct ( ) | Creates a new callback control, sets the adapter to TActiveControlAdapter. If you override this class, be sure to set the adapter appropriately by, for example, by calling this constructor. | |
getOptions ( ) : |
Object containing defined javascript options | |
getValidEvents ( ) : array() | Array containing valid javascript events | |
getValidOptions ( ) : array() | Array containing valid javascript options | |
getWidget ( ) : string | ||
getWidgetID ( ) : string | ||
onCreate ( object $params ) | Raises the OnCreate event | |
onResize ( object $params ) | Raises the OnResize event | |
onStart ( object $params ) | Raises the OnStart event | |
onStop ( object $params ) | Raises the OnStop event | |
raiseCallbackEvent ( $param ) | Raises callback event. This method is required by the {@link ICallbackEventHandler} interface. |
Méthode | Description | |
---|---|---|
addAttributesToRender ( $writer ) | Ensure that the ID attribute is rendered and registers the javascript code for initializing the active control. | |
getPostBackOptions ( ) : array |
public __construct ( ) |
protected addAttributesToRender ( $writer ) |
public getOptions ( ) : |
||
Résultat |
protected getPostBackOptions ( ) : array | ||
Résultat | array | list of callback options. |
public getValidEvents ( ) : array() | ||
Résultat | array() |
public getValidOptions ( ) : array() | ||
Résultat | array() |
public getWidgetID ( ) : string | ||
Résultat | string | the clientid of the jQueryUI widget element |
public raiseCallbackEvent ( $param ) |