function callback1_requested($sender, $param)
{
$this->panel1->render($param->getNewWriter());
}
ファイルを表示
Open project: pradosoft/prado
Class Usage Examples
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 ( ) : |
||
render ( $writer ) | Renders and replaces the panel's content on the client-side. |
Method | Description | |
---|---|---|
addAttributesToRender ( $writer ) | Adds attribute id to the renderer. |
public __construct ( ) |
protected addAttributesToRender ( $writer ) |
public getActiveControl ( ) : |
||
return | standard active control options. |
public render ( $writer ) |