Login   Register  
PHP Classes
elePHPant
Icontem

File: index.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Rafal Lidwin  >  Color Picker  >  index.php  >  Download  
File: index.php
Role: Example script
Content type: text/plain
Description: How to use example
Class: Color Picker
Create color picker form fields.
Author: By
Last change:
Date: 2004-04-13 03:38
Size: 265 bytes
 

Contents

Class file image Download
<?
#
# test file how to use color_picker class.
#

include "class_color_picker.php";


$kolor_picker = new color_picker("my_field""select your background color");

$kolor_picker->print_select();

echo 
"<br><br>";

$kolor_picker->print_radio();

?>