diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2013-10-24 23:45:36 +0200 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2013-11-26 11:42:47 +0100 |
commit | 8a90043a50b3f8cb835bd6b3d2a9f8cc76704e4c (patch) | |
tree | 9318949c6b672ceee9ad04aabe2bcfda9a7a0cd8 /framework/Web/UI/ActiveControls/TCallbackClientScript.php | |
parent | f34d86fc59349c9a8e7ecd3f6b571ea89f8d7295 (diff) |
More work on ajax
Diffstat (limited to 'framework/Web/UI/ActiveControls/TCallbackClientScript.php')
-rw-r--r-- | framework/Web/UI/ActiveControls/TCallbackClientScript.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/framework/Web/UI/ActiveControls/TCallbackClientScript.php b/framework/Web/UI/ActiveControls/TCallbackClientScript.php index 15300727..a25e7f41 100644 --- a/framework/Web/UI/ActiveControls/TCallbackClientScript.php +++ b/framework/Web/UI/ActiveControls/TCallbackClientScript.php @@ -304,11 +304,6 @@ class TCallbackClientScript extends TApplicationComponent $this->jQuery($element, 'remove'); } - public function addPostDataLoader($name) - { - $this->callClientFunction('Prado.CallbackRequest.addPostLoaders', $name); - } - /** * Update the element's innerHTML with new content. * @param TControl control element or element id |