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