source: trunk/prototype/app/plugins/jpicker/ReadMe.txt @ 5341

Revision 5341, 1.9 KB checked in by wmerlotto, 12 years ago (diff)

Ticket #2434 - Commit inicial do novo módulo de agenda do Expresso - expressoCalendar

Line 
1jPicker 1.1.6
2
3jQuery Plugin for Photoshop style color picker
4
5Copyright (c) 2010 Christopher T. Tillman
6Digital Magic Productions, Inc. (http://www.digitalmagicpro.com/)
7MIT style license, FREE to use, alter, copy, sell, and especially ENHANCE
8
9Painstakingly ported from John Dyers' excellent work on his own color picker based on the Prototype framework.
10
11John Dyers' website: (http://johndyer.name)
12Color Picker page:   (http://johndyer.name/post/2007/09/PhotoShop-like-JavaScript-Color-Picker.aspx)
13
14
15    jPicker is a fast, lightweight jQuery plugin for including an advanced color picker in your web projects.
16It has been painstakenly ported from John Dyers' awesome work on his picker using the Prototype framework.
17
18    jPicker supports all current browsers and has been extensively tested in Chrome, Firefox, IE5.5+, Safari,
19and Opera.
20
21    If you are updating a current version, you MUST always use the CSS and image files from the download as
22there may have been changes.
23
24    If you are moving from a V1.0.* version, you MUST read the docs below to implement some changes to the
25Color object returned by the callback functions.
26
27
28Known Issues
29______________
30Attaching multiple jPicker objects on a single page will slow performance.
31  jPicker creates a new instance of the picker for every element. Performance will suffer when binding dozens of instances.
32
33
34Coming Soon
35______________
36
37    Will consider supporting jQuery ThemeRoller CSS API for theming the UI if demand exists.
38
39Planned For Future Release
40______________
41
42  Move the jPicker object to a single instance that all selection instances point to.
43     - This will result in much faster operation and initialization for pages with multiple pickers.
44
45  Add activateCallback option for calling a callback function when the jPicker is activated or its binding is switched to a different picker element.
46 
47  Add multiple window modes for picker operation, include modal, popup, windowed, and exclusive.
Note: See TracBrowser for help on using the repository browser.