<?phpclass Editor02 extends Page { public function InitializeComponent() { parent::$PAGE_TITLE = "Tutorial : Editor simple toolbar"; $this->render = new Editor($this); $this->render->setHeight(100); $this->render->setWidth(545); $this->render->setToolbar(Editor::TOOLBAR_SIMPLE); }}?>