onPreRender() public method

Default implementation calls the attached control's corresponding method.
public onPreRender ( $param )
Esempio n. 1
0
 /**
  * Publish the ajax script
  */
 public function onPreRender($param)
 {
     parent::onPreRender($param);
 }