Class TWebControlAdapter
TWebControlAdapter class
TWebControlAdapter is the base class for adapters that customize rendering for the Web control to which the adapter is attached. It may be used to modify the default markup or behavior for specific browsers.
- TComponent
-
TApplicationComponent
-
TControlAdapter
-
TWebControlAdapter
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0
Located at Web/UI/WebControls/TWebControlAdapter.php
public
|
#
render(
Renders the control to which the adapter is attached. It calls |
public
|
#
renderBeginTag(
Renders the openning tag for the attached control. Default implementation calls the attached control's corresponding method. |
public
|
#
renderContents(
Renders the body contents within the attached control tag. Default implementation calls the attached control's corresponding method. |
public
|
#
renderEndTag(
Renders the closing tag for the attached control. Default implementation calls the attached control's corresponding method. |
__construct(),
createChildControls(),
getControl(),
getPage(),
loadState(),
onInit(),
onLoad(),
onPreRender(),
onUnload(),
renderChildren(),
saveState()
|
getApplication(),
getRequest(),
getResponse(),
getService(),
getSession(),
getUser(),
publishAsset(),
publishFilePath()
|
GLOBAL_RAISE_EVENT_LISTENER
|
$_control
|