<?phpclass Colorpicker02 extends Page { public function InitializeComponent() { parent::$PAGE_TITLE = "Tutorial : ColorPicker with init color"; $this->render = new ColorPicker($this); $this->render->setValue("FF3300"); }}?>