Show
Ignore:
Timestamp:
03/07/2008 10:15:04 AM (10 months ago)
Author:
xue
Message:

typo fix.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/framework/Web/UI/TPage.php

    r2367 r2391  
    949949                } 
    950950                else if($this->_postData && ($lastFocus=$this->_postData->itemAt(self::FIELD_LASTFOCUS))!==null) 
    951                         $cs->registerFocusControl($lastFocus); 
     951                        $this->getClientScript()->registerFocusControl($lastFocus); 
    952952                $this->_inFormRender=false; 
    953953        }