diff options
author | Christophe.Boulain <> | 2009-10-07 09:56:37 +0000 |
---|---|---|
committer | Christophe.Boulain <> | 2009-10-07 09:56:37 +0000 |
commit | cd5a8d15e2923f1c93fd6401ce574ffcc5cff2db (patch) | |
tree | 50236c42e539ec148ac8249ad2cf63830f70bb10 /framework/Web/Javascripts/source | |
parent | 40d57c8f2a6a944f53735f3ab8227b17770a30ce (diff) |
Add TActiveTableCell & TActiveTableRow
Diffstat (limited to 'framework/Web/Javascripts/source')
-rw-r--r-- | framework/Web/Javascripts/source/prado/activecontrols/activecontrols3.js | 3 |
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 |