|
Color Picker
[Javascript Toolbox] [Example] [Source] |
|
Description:
This widget is used to select a color, in hexadecimal #RRGGBB form. It uses a color "swatch" to display the standard 216-color web-safe palette. The user can then click on a color to select it.
This script is very simple to implement, and can add a lot of style to your page that requires color values! Because of the size of the table, this color picker may be slow on lower-end machines. Consider your target users when deciding whether or not it operates fast enough.
It also requires AnchorPosition.js and PopupWindow.js.
|