Class TBaseActiveControl
TBaseActiveControl class provided additional basic property for every active
control. An instance of TBaseActiveControl or its decendent
TBaseActiveCallbackControl is created by TActiveControlAdapter::getBaseActiveControl()
method.
The setEnableUpdate EnableUpdate property determines wether the active control is allowed to update the contents of the client-side when the callback response returns.
- TComponent
-
TBaseActiveControl
Direct known subclasses
TBaseActiveCallbackControlCopyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Wei Zhuo <weizhuo[at]gamil[dot]com>
Since: 3.1
Located at Web/UI/ActiveControls/TBaseActiveControl.php
public
|
|
protected
mixed
|
#
setOption( string $name, mixed $value, mixed $default = null )
Sets a named options with a value. Options are used to store and retrive named values for the base active controls. |
protected
mixed
|
#
getOption( string $name, mixed $default = null )
Gets an option named value. Options are used to store and retrive named values for the base active controls. |
protected
|
|
protected
|
|
protected
|
|
public
|
|
public
boolean
|
|
public
boolean
|
#
canUpdateClientSide( mixed $bDontRequireVisibility = false )
Returns true if callback response is allowed to update the browser contents. Is is true if the control is initilized, and is a callback request and the setEnableUpdate EnableUpdate property is true and the page is not loading post data. |
GLOBAL_RAISE_EVENT_LISTENER
|