Click Me!
Показать файл
Открыть проект
Примеры использования класса
Метод | Описание | |
---|---|---|
__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, call this constructor. | |
getActiveControl ( ) : |
||
getClientSide ( ) : |
||
onCallback ( $param ) | This method is invoked when a callback is requested. The method raises 'OnCallback' event to fire up the event handlers. If you override this method, be sure to call the parent implementation so that the event handler can be invoked. | |
raiseCallbackEvent ( $param ) | Raises the callback event. This method is required by {@link ICallbackEventHandler ICallbackEventHandler} interface. If {@link getCausesValidation ActiveControl.CausesValidation} is true, it will invoke the page's {@link TPage::validate validate} method first. |
public __construct ( ) |
public getActiveControl ( ) : |
||
Результат | standard callback options. |
public getClientSide ( ) : |
||
Результат | client side request options. |
public onCallback ( $param ) |
public raiseCallbackEvent ( $param ) |