WebSite-PHP Framework PHP
Multi language
Simple Ajax mode
No HTML, no JavaScript
URL rewriting
Mail sending
Sitemap - RSS - Web service
Download WebSite-PHP FrameWork now
 


Loading
 


Tutorial : ColorPicker with init color

Tutorials

>

Tutorial Colorpicker

>

Tutorial : ColorPicker with init color


Colorpicker-02: Tutorial of the composant Colorpicker of the PHP FrameWork WebSite-PHP.

Tutorial : ColorPicker with init color:



Go back to tutorial of the componant Colorpicker



Source code

Source code


File: /pages/tutorials/colorpicker/colorpicker-02.php

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


Go back to tutorial of the componant Colorpicker


Share

 


Copyright © 2009-2024 WebSite-PHP Framework PHP
Home Documentation Download Quick start Tutorials Wiki Issue Tracker