From cd5a8d15e2923f1c93fd6401ce574ffcc5cff2db Mon Sep 17 00:00:00 2001 From: "Christophe.Boulain" <> Date: Wed, 7 Oct 2009 09:56:37 +0000 Subject: Add TActiveTableCell & TActiveTableRow --- .../Web/Javascripts/source/prado/activecontrols/activecontrols3.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'framework/Web/Javascripts') diff --git a/framework/Web/Javascripts/source/prado/activecontrols/activecontrols3.js b/framework/Web/Javascripts/source/prado/activecontrols/activecontrols3.js index 56395d44..05334463 100644 --- a/framework/Web/Javascripts/source/prado/activecontrols/activecontrols3.js +++ b/framework/Web/Javascripts/source/prado/activecontrols/activecontrols3.js @@ -391,3 +391,6 @@ Prado.WebUI.TValueTriggeredCallback = Base.extend( Prado.WebUI.TValueTriggeredCallback.timers[id].stopObserving(); } }); + +Prado.WebUI.TActiveTableCell = Class.extend(Prado.WebUI.CallbackControl); +Prado.WebUI.TActiveTableRow = Class.extend(Prado.WebUI.CallbackControl); \ No newline at end of file -- cgit v1.2.3