From fe60cc221f922ea362826e2d00431c5df28fe85f Mon Sep 17 00:00:00 2001 From: wei <> Date: Fri, 6 Oct 2006 03:46:05 +0000 Subject: fixed #410 #412 --- framework/Web/UI/ActiveControls/TActiveDropDownList.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'framework/Web/UI/ActiveControls/TActiveDropDownList.php') diff --git a/framework/Web/UI/ActiveControls/TActiveDropDownList.php b/framework/Web/UI/ActiveControls/TActiveDropDownList.php index c628e98c..215b1e5a 100644 --- a/framework/Web/UI/ActiveControls/TActiveDropDownList.php +++ b/framework/Web/UI/ActiveControls/TActiveDropDownList.php @@ -58,6 +58,14 @@ class TActiveDropDownList extends TDropDownList implements ICallbackEventHandler return $this->getAdapter()->getBaseActiveControl(); } + /** + * @return TCallbackClientSide client side request options. + */ + public function getClientSide() + { + return $this->getAdapter()->getBaseActiveControl()->getClientSide(); + } + /** * No client class for this control. * This method overrides the parent implementation. -- cgit v1.2.3