contents
Показать файл
Открыть проект
Свойство | Тип | Описание | |
---|---|---|---|
$_options |
Метод | Описание | |
---|---|---|
__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. | |
close ( ) | Close this dialog | |
getOptions ( ) : |
Object containing defined javascript options | |
getValidEvents ( ) : array() | Array containing valid javascript events | |
getValidOptions ( ) : array() | Array containing valid javascript options | |
getWidget ( ) : string | ||
getWidgetID ( ) : string | ||
onOpen ( object $params ) | Raises the OnCreate event | |
open ( ) | Open this dialog | |
raiseCallbackEvent ( $param ) | Raises callback event. This method is required by the {@link ICallbackEventHandler} interface. | |
render ( $writer ) | Overrides parent implementation to just render the inner contents and avoid replacing the element itself when updating clientside, because replacing/removing will cause jqueryui to fire destroy on the original dialog extension. | |
setGroupingText ( $value ) | Rendering as a fieldset is not supported for TJuiDialog. |
Метод | Описание | |
---|---|---|
addAttributesToRender ( $writer ) | Ensure that the ID attribute is rendered and registers the javascript code for initializing the active control. | |
getPostBackOptions ( ) : array |
Метод | Описание | |
---|---|---|
triggerClientMethod ( $method ) |
public __construct ( ) |
protected addAttributesToRender ( $writer ) |
public getOptions ( ) : |
||
Результат |
protected getPostBackOptions ( ) : array | ||
Результат | array | list of callback options. |
public getValidEvents ( ) : array() | ||
Результат | array() |
public getValidOptions ( ) : array() | ||
Результат | array() |
public getWidgetID ( ) : string | ||
Результат | string | the clientid of the jQueryUI widget element |
public raiseCallbackEvent ( $param ) |
public render ( $writer ) |
public setGroupingText ( $value ) |