summaryrefslogtreecommitdiff
path: root/framework/Web/UI/ActiveControls/TActiveImageButton.php
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2013-10-24 23:45:36 +0200
committerFabio Bas <ctrlaltca@gmail.com>2013-11-26 11:42:47 +0100
commit8a90043a50b3f8cb835bd6b3d2a9f8cc76704e4c (patch)
tree9318949c6b672ceee9ad04aabe2bcfda9a7a0cd8 /framework/Web/UI/ActiveControls/TActiveImageButton.php
parentf34d86fc59349c9a8e7ecd3f6b571ea89f8d7295 (diff)
More work on ajax
Diffstat (limited to 'framework/Web/UI/ActiveControls/TActiveImageButton.php')
-rw-r--r--framework/Web/UI/ActiveControls/TActiveImageButton.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/framework/Web/UI/ActiveControls/TActiveImageButton.php b/framework/Web/UI/ActiveControls/TActiveImageButton.php
index b2aa9960..8fe5e33d 100644
--- a/framework/Web/UI/ActiveControls/TActiveImageButton.php
+++ b/framework/Web/UI/ActiveControls/TActiveImageButton.php
@@ -135,18 +135,6 @@ class TActiveImageButton extends TImageButton implements IActiveControl, ICallba
}
/**
- * Register the x and y hidden input names of the position clicked.
- * @param THtmlWriter the renderer.
- */
- public function onPreRender($writer)
- {
- parent::onPreRender($writer);
- $uid = $uid=$this->getUniqueID();
- $this->getPage()->registerPostDataLoader($uid.'_x');
- $this->getPage()->registerPostDataLoader($uid.'_y');
- }
-
- /**
* Ensure that the ID attribute is rendered and registers the javascript code
* for initializing the active control.
*/