Example #1
0
 function render()
 {
     $this->js(true)->_load('myuniv')->univ()->softScroll();
     $this->js(true, 'if(window.cb)window.cb($(document).height())');
     if (!$this->api->example_cut) {
         return parent::render();
     }
     $this->template->setHTML('Content', $this->example_cut->template->render());
     parent::render();
     /*
             $toolbox=$this->add('Inspector');
     
             $toolbox->initButtons();
     */
 }
Example #2
0
	function render(){
		parent::render();
	}