onPreRender() публичный Метод

This method overrides the parent implementation.
public onPreRender ( $param )
Пример #1
0
 /**
  * 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();
 }