summaryrefslogtreecommitdiff
path: root/framework/Web/Javascripts
diff options
context:
space:
mode:
authorChristophe.Boulain <>2009-10-07 09:56:37 +0000
committerChristophe.Boulain <>2009-10-07 09:56:37 +0000
commitcd5a8d15e2923f1c93fd6401ce574ffcc5cff2db (patch)
tree50236c42e539ec148ac8249ad2cf63830f70bb10 /framework/Web/Javascripts
parent40d57c8f2a6a944f53735f3ab8227b17770a30ce (diff)
Add TActiveTableCell & TActiveTableRow
Diffstat (limited to 'framework/Web/Javascripts')
-rw-r--r--framework/Web/Javascripts/source/prado/activecontrols/activecontrols3.js3
1 files changed, 3 insertions, 0 deletions
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