Changeset 1779 for branches/3.0

Show
Ignore:
Timestamp:
03/26/2007 07:38:04 PM (20 months ago)
Author:
wei
Message:

Fixed TTextBox auto post back break from last JS commit

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/3.0/framework/Web/UI/WebControls/TTextBox.php

    r1397 r1779  
    155155                $options['ID'] = $this->getClientID(); 
    156156                $options['EventTarget'] = $this->getUniqueID(); 
     157                $options['AutoPostBack'] = $this->getAutoPostBack(); 
    157158                $options['CausesValidation'] = $this->getCausesValidation(); 
    158159                $options['ValidationGroup'] = $this->getValidationGroup();