onPreRender() public method

This method overrides the parent implementation.
public onPreRender ( $param )
コード例 #1
0
ファイル: TActiveListBox.php プロジェクト: pradosoft/prado
 /**
  * Updates the client-side options if the item list has changed after the OnLoad event.
  */
 public function onPreRender($param)
 {
     parent::onPreRender($param);
     $this->getAdapter()->updateListItems();
 }