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