Changeset 2100 for trunk/framework/Web/UI/WebControls/TBaseValidator.php
- Timestamp:
- 07/27/2007 02:37:47 PM (16 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/framework/Web/UI/WebControls/TBaseValidator.php
r1791 r2100 486 486 if($this->getVisible(true) && $this->getEnabled(true)) 487 487 { 488 if($this->getValidationTarget()) 488 // if the target is not a disabled web control 489 if(($target=$this->getValidationTarget())!==null && !($target instanceof TWebControl && !$target->getEnabled(true))) 489 490 { 490 491 if($this->evaluateIsValid())
