diff options
author | Christophe.Boulain <> | 2010-01-11 13:37:36 +0000 |
---|---|---|
committer | Christophe.Boulain <> | 2010-01-11 13:37:36 +0000 |
commit | a57479c8fb7020e56891b9ca055b4d04075be2d8 (patch) | |
tree | de7797b514430ec2f56db885bacf1a37ab2310c1 /framework/Web | |
parent | a5d7da29b3b5c1de6301950a8ca3e3e19e022ba0 (diff) |
Fixed issue#215 : TDropContainer doesn't publish its ClientSide property
Diffstat (limited to 'framework/Web')
-rwxr-xr-x | framework/Web/UI/ActiveControls/TDropContainer.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/framework/Web/UI/ActiveControls/TDropContainer.php b/framework/Web/UI/ActiveControls/TDropContainer.php index 75a80625..d109c981 100755 --- a/framework/Web/UI/ActiveControls/TDropContainer.php +++ b/framework/Web/UI/ActiveControls/TDropContainer.php @@ -60,6 +60,13 @@ class TDropContainer extends TPanel implements IActiveControl, ICallbackEventHan return $this->getAdapter()->getBaseActiveControl(); } + /** + * @return TCallbackClientSide client side request options. + */ + public function getClientSide() + { + return $this->getAdapter()->getBaseActiveControl()->getClientSide(); + } /** * Gets the Css class name that this container can accept. |