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 force # and upper case

Tutorials

>

Tutorial Colorpicker

>

Tutorial : ColorPicker force # and upper case


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

Tutorial : ColorPicker force # and upper case:



Go back to tutorial of the componant Colorpicker



Source code

Source code


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

<?php
class Colorpicker03 extends Page {
    public function 
InitializeComponent() {
        
parent::$PAGE_TITLE "Tutorial : ColorPicker force # and upper case";
        
        
$this->render = new ColorPicker($this);
        
$this->render->setValue("5BFF4F");
        
$this->render->hash(true);
        
$this->render->caps(true);
    }
}
?>


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