<?phpclass Editor04 extends Page { public function InitializeComponent() { parent::$PAGE_TITLE = "Tutorial : Small Editor with collapse toolbar"; $this->render = new Editor($this); $this->render->setHeight(100); $this->render->setWidth(300); $this->render->collapseToolbar(); }}?>