jsColorPallet Version 2.0 Released
June 21st, 2007 by NerdyNick
jsColorPallet Version 2.0 Beta has been released for your enjoyment.
I have gone to a bit of effort to improve on the original version by decrease load times and process times as well as provide better dynamic Web 2.0 style support. You can now add color pallets on the fly as well as add the color pallet to other forms on the fly. I am working on getting some documentation out so that you all may better understand how to use it. Currently the Source Code is pretty well documented (Still needs some more for all the new functions and make updates to old). I hope this new version going forward will allow me to provide better functionality and controls for you all.
Version 2.0 Changes:
- Made Major Changes to the Class Structure
- Class initilization now takes a hash/object as the paramater
- Denoted all private functions with “_” at the begining
- Removed Old comments and unneeded functions
- Added function to allow for better API style calls
- Anytime addition of forms
- Anytime addition of color pallet definitions
- Added global callback meathod
- Changed the structure for defining bound fields to allow for more flexability of use
- Added Callbacks function support. Passes the returned HEX value to the function.
- Added support to change the Color Pallet title on a field by field level
Version 1.2 Changes:
- Seperated color pallets from jsColorPallet’s core class. In prep of extend color types. i.e. Hex, RGB
- Made slight changes to the colorpallet array structures. In prep of extend color types. i.e. Hex, RGB
- Changed the close button to an icon.
- Changed the next button to an icon.
- Added an example to the SVN.
- Made slight css/style changes.
- Made one central include file for all the javascript files.
- Changed code to no longer require a set veriable name
- Added optional paramater to append jsColorPallet to
- Fixed bug where jsColorPallet would override any onfocus events on form elements
Posted in Misc. News, Projects | 0 Comments