Difference: ColorPickerPlugin (4 vs. 5)

Revision 511 Jan 2015 - TWikiContributor

Line: 1 to 1
 

Color Picker Plugin

Changed:
<
<
>
>
  screenshot-edit.png
Line: 23 to 23
 This package adds a color type to TWikiForms:

Type Description Size Value
Changed:
<
<
color Single-line text box and a color picker to pick a color. The color can also be typed into the text box, such as #123456. Text box width in number of characters Initial (default) color
>
>
color Single-line text box and a color picker to pick a color. The color can also be typed into the text box, such as #123456.
An attribute of type="popup" shows a button that, when clicked, opens a color picker popup.
Text box width in number of characters Initial (default) color
  Example form definition:
Changed:
<
<
Name: Type: Size Values: Tooltip message:
Background color color 12   Select color
>
>
Name: Type: Size Values: Tooltip message: Attributes:
Background color color 12   Select color type="popup"
 
Added:
>
>
Note: The type="popup" attribute requires TWiki-6.0.2 or later.
 

Using the color picker in an HTML form

You can also use the color picker directly in your HTML forms, without having to write any code. Just include this in the topic text:

Line: 102 to 104
 
Author: TWiki:Main.PeterThoeny, TWiki.org
Changed:
<
<
Copyright: © 2007 Steven Wittens, Acko.net for Farbtastic jQuery plugin
© 2010-2013 TWiki:Main.PeterThoeny and TWiki:TWiki.TWikiContributor for TWiki ColorPickerPlugin
>
>
Copyright: © 2007 Steven Wittens, Acko.net for Farbtastic jQuery plugin
© 2010-2015 TWiki:Main.PeterThoeny and TWiki:TWiki.TWikiContributor for TWiki ColorPickerPlugin
Sponsor: Wave Systems Corp. for type parameter
 
License: GPL (GNU General Public License)
Dependencies: JQueryPlugin (pre-installed)
Changed:
<
<
Version: 2013-02-15
>
>
Version: 2015-01-10
 
<--/twistyPlugin twikiMakeVisibleInline-->
Added:
>
>
2015-01-10: TWikibug:Item7604: Switch to GPL v3
2014-12-29: TWikibug:Item7601: Implement new type="popup" parameter for popup color widget
2014-12-20: TWikibug:Item7601: New type parameter to set the type of color widget
2014-12-11: TWikibug:Item7577: TWiki form field type with configure attributes, color type supports form, onblur, onfocus, onchange, onselect, onmouseover, onmouseout, pattern, placeholder, spellcheck, style, tabindex, title, translate
 
2013-02-15: TWikibug:Item7148: Fix for color picker not working if initial value of TWiki forms field of type color is empty
2013-01-09: TWikibug:Item7091: Dependency clarification; use TWISTY for installation instructions
2012-12-03: TWikibug:Item7020: Add VarCOLORPICKER with category; doc improvements
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.ColorPickerPlugin.