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