colorpicker jQuery based color picker input widget

  1. Documentation
  2. Change Log

EColorPicker is an input widget with a color picker palette which is jQuery based. You can consider this Yii widget as a wrapper for that jQuery plugin.

Current version: 1.6

Resources

Documentation

Requirements
  • Yii 1.0 or above
Installation
  • Extract the release file under protected/extensions
Usage

See the following code example:

$this->widget('application.extensions.colorpicker.EColorPicker', 
              array(
                    'name'=>'cp',
                    'mode'=>'textfield',
                    'fade' => false,
                    'slide' => false,
                    'curtain' => true,
                   )
             );

There are 3 modes for the plugin: flat, selector and textfield. The most useful mode is textinput, since it places the color in a text input field of a form, which can be read using $_POST.

In textfield mode you can use 3 kind of effects to display the palette in a fancier way: fade, slide and curtain. Just set the desire effect to true in the widget's parameters. You can also adjust the delay of the effect by using the timeFade, timeSlide and timeCurtain parameters.

You can pass a starting color value by setting the value parameter to an hexadecimal RGB value.

Change Log

Updates
20081225
  • Version 1.6 - Changed the way the name attribute is generated.
    20081207
    • Version 1.5 - Fixed a javascript bug which prevented to run on MSIE 6/7
      20081207
    • Version 1.4 - This should have been uploaded on 20081203, $value must be public, not private.
      20081205
    • Version 1.3 - Fixed bug which prevented the correct URL generation under Windows(tm)
      20081203
    • Version 1.2 - Using value instead of color (which was redundant :S )
      20081202
    • Version 1.1 - Fixed bug: the id used for the element was changed and could not be easily retrieved with $_POST
4 0
8 followers
4 286 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: User Interface
Tags:
Developed by: MetaYii
Created on: Dec 2, 2008
Last updated: 15 years ago

Downloads

show all