Method | 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. | |
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 CausesValidation} is true, it will invoke the page's {@link TPage::validate} method first. It will raise {@link onClick OnClick} event first and then the {@link onCallback OnCallback} event. | |
setAlternateText ( $value ) | Sets the alternative text to be displayed in the TImage when the image is unavailable. | |
setDescriptionUrl ( $value ) | ||
setImageAlign ( $value ) | Sets the alignment of the image with respective to other elements on the page. | |
setImageUrl ( $value ) |
Method | Description | |
---|---|---|
addAttributesToRender ( $writer ) | Ensure that the ID attribute is rendered and registers the javascript code for initializing the active control. | |
getClientClassName ( ) : string | ||
renderClientControlScript ( $writer ) | Override parent implementation, no javascript is rendered here instead the javascript required for active control is registered in {@link addAttributesToRender}. |
public __construct ( ) |
protected addAttributesToRender ( $writer ) |
public getActiveControl ( ) : |
||
return | basic active control options. |
protected getClientClassName ( ) : string | ||
return | string | corresponding javascript class name for this TActiveLinkButton. |
public getClientSide ( ) : |
||
return | client side request options. |
public onCallback ( $param ) |
public raiseCallbackEvent ( $param ) |
protected renderClientControlScript ( $writer ) |
public setAlternateText ( $value ) |
public setImageAlign ( $value ) |