메소드 | 설명 | |
---|---|---|
__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. | |
createChildControls ( ) | Creates child control Override parent implementation to create a container which will contain all child controls. This container will be a TActivePanel, in order to allow user to update its content on callback. | |
getAcceptCssClass ( ) : string | Gets the Css class name that this container can accept. | |
getActiveControl ( ) : |
||
getClientSide ( ) : |
||
getControls ( ) : TControlCollection | Override parent implementation to return the container control collection. | |
getHoverCssClass ( ) : string | Gets the Css class name used when a draggble element is hovering over this container. | |
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. | |
onDrop ( $dropParams ) | Raises the onDrop event. | |
onPreRender ( $param ) | Registers clientscripts | |
raiseCallbackEvent ( $param ) | Raises callback event. This method is required bu {@link ICallbackEventHandler} interface. | |
render ( $writer ) | Renders and replaces the panel's content on the client-side. | |
setAcceptCssClass ( $value ) | Sets the Css class name that this container can accept. | |
setHoverCssClass ( $value ) | Sets the Css class name used when a draggble element is hovering over this container. |
메소드 | 설명 | |
---|---|---|
addAttributesToRender ( $writer ) | Ensure that the ID attribute is rendered and registers the javascript code for initializing the active control. | |
getClientClassName ( ) : string | Gets the name of the javascript class responsible for performing postback for this control. | |
getPostBackOptions ( ) : array | Gets the post back options for this textbox. |
public __construct ( ) |
protected addAttributesToRender ( $writer ) |
public createChildControls ( ) |
public getAcceptCssClass ( ) : string | ||
리턴 | string |
public getActiveControl ( ) : |
||
리턴 | standard active control options. |
protected getClientClassName ( ) : string | ||
리턴 | string | the javascript class name |
public getClientSide ( ) : |
||
리턴 | client side request options. |
public getControls ( ) : TControlCollection | ||
리턴 | TControlCollection |
public getHoverCssClass ( ) : string | ||
리턴 | string | css class name during draggable hover. |
protected getPostBackOptions ( ) : array | ||
리턴 | array |
public onCallback ( $param ) |
public onDrop ( $dropParams ) |
public onPreRender ( $param ) |
public raiseCallbackEvent ( $param ) |
public render ( $writer ) |
public setAcceptCssClass ( $value ) |
public setHoverCssClass ( $value ) |