Changeset 2418 for trunk/framework/Web/UI
- Timestamp:
- 04/08/2008 09:48:48 AM (9 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/framework/Web/UI/WebControls/TBaseValidator.php
r2100 r2418 244 244 if($this->getEnableClientScript() & $this->getEnabled(true)) 245 245 $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); 246 255 $this->updateControlCssClass(); 247 256 } 248 257 249 258 /** 250 259 * Update the ControlToValidate component's css class depending
