summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorChristophe.Boulain <>2010-01-11 13:37:36 +0000
committerChristophe.Boulain <>2010-01-11 13:37:36 +0000
commita57479c8fb7020e56891b9ca055b4d04075be2d8 (patch)
treede7797b514430ec2f56db885bacf1a37ab2310c1 /framework
parenta5d7da29b3b5c1de6301950a8ca3e3e19e022ba0 (diff)
Fixed issue#215 : TDropContainer doesn't publish its ClientSide property
Diffstat (limited to 'framework')
-rwxr-xr-xframework/Web/UI/ActiveControls/TDropContainer.php7
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.