summaryrefslogtreecommitdiff
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
parenta5d7da29b3b5c1de6301950a8ca3e3e19e022ba0 (diff)
Fixed issue#215 : TDropContainer doesn't publish its ClientSide property
-rw-r--r--HISTORY1
-rwxr-xr-xframework/Web/UI/ActiveControls/TDropContainer.php7
2 files changed, 8 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 6c4465f7..4351dfa9 100644
--- a/HISTORY
+++ b/HISTORY
@@ -13,6 +13,7 @@ BUG: Typo in TBoundColumn (Robin)
ENH: Add property ClientScriptManagerClass to TPageService and releated changes in TPage.getClientScript() (Yves)
ENH: Always render clientside counterparts of validation control even if not enabled, but pass-through Enabled property, to allow Enabled/Disable of validator on callback. (Yves)
EHN: Add property TValidationSummary.ScrollToSummary to server-side control since property exists on client-side. (Yves)
+ENH: Issue#215 - Add ClientSide property to TDropContainer (googlenew at pcforum.hu, Christophe)
CHG: Issue#218 - Change URL of Javascript Logger (Christophe)
Version 3.1.6 July 22, 2009
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.