Show
Ignore:
Timestamp:
04/08/2008 09:48:48 AM (9 months ago)
Author:
tof
Message:

Fixed #595

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/framework/Web/UI/WebControls/TBaseValidator.php

    r2100 r2418  
    244244                if($this->getEnableClientScript() & $this->getEnabled(true)) 
    245245                        $this->registerClientScriptValidator(); 
     246        } 
     247 
     248        /** 
     249         * Override parent implementation to update the control CSS Class before  
     250         * the validated control is rendered  
     251         */ 
     252        public function onPreRender ($param) 
     253        { 
     254                parent::onPreRender($param); 
    246255                $this->updateControlCssClass(); 
    247256        } 
    248  
     257         
    249258        /** 
    250259         * Update the ControlToValidate component's css class depending