From a57479c8fb7020e56891b9ca055b4d04075be2d8 Mon Sep 17 00:00:00 2001 From: "Christophe.Boulain" <> Date: Mon, 11 Jan 2010 13:37:36 +0000 Subject: Fixed issue#215 : TDropContainer doesn't publish its ClientSide property --- HISTORY | 1 + framework/Web/UI/ActiveControls/TDropContainer.php | 7 +++++++ 2 files changed, 8 insertions(+) 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. -- cgit v1.2.3