summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorwei <>2007-03-27 00:38:04 +0000
committerwei <>2007-03-27 00:38:04 +0000
commitd6e1372190f9af8a124519065c7aa2b7d1840609 (patch)
tree0c2b60ca60e3c712893c75846b88af3ac87e299a /framework
parent57ae3c885518eb37addf0c467148434e5d76f56a (diff)
Fixed TTextBox auto post back break from last JS commit
Diffstat (limited to 'framework')
-rw-r--r--framework/Web/UI/WebControls/TTextBox.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/Web/UI/WebControls/TTextBox.php b/framework/Web/UI/WebControls/TTextBox.php
index 58bdee7d..62f85a3a 100644
--- a/framework/Web/UI/WebControls/TTextBox.php
+++ b/framework/Web/UI/WebControls/TTextBox.php
@@ -154,6 +154,7 @@ class TTextBox extends TWebControl implements IPostBackDataHandler, IValidatable
{
$options['ID'] = $this->getClientID();
$options['EventTarget'] = $this->getUniqueID();
+ $options['AutoPostBack'] = $this->getAutoPostBack();
$options['CausesValidation'] = $this->getCausesValidation();
$options['ValidationGroup'] = $this->getValidationGroup();
$options['TextMode'] = $this->getTextMode();