<?phpclass Textarea01 extends Page { public function InitializeComponent() { parent::$PAGE_TITLE = "Tutorial : Simple TextArea"; $this->render = new TextArea($this); $this->render->setValue("Simple TextArea"); }}?>