Commit graph

4 commits

Author SHA1 Message Date
Robert Gaggl
9d0e77b66b pixel.gif is no longer part of layout but of standard images (therefor using global image macro instead of layout.image) 2003-12-08 20:43:02 +00:00
Hannes Wallnöfer
1ff51d9382 Make colorpicker scripts work on mozilla by adding a
parseColor() function that converts different color notations
(such as rgb(r, g, b)) into a canonical six-figure hexadecimal
number notation.
2003-12-03 17:57:24 +00:00
Robert Gaggl
e53d95f2d8 replaced calls of global image-macro with calls of layout.image (res.handlers.layout contains the activated layout object) 2003-11-23 18:00:58 +00:00
73ca975e42 restored and fixed colorpicker to regain flexible functionality and way-backwards-compatibility
* fixed bug that prevented colorpicker from working at all
* fixed bug that prevented display of colors that are changed but not saved
* <% colorpicker name="xyz" %> now renders the default colorpicker
* <% colorpicker name="xyz" skin="colorpickerExt" %> renders the extended version (or any other depending on the skin)
* modified site's edit.skin to open the extended version
* put client-side scripts and functionality into global Antville object to define a strict namespace
* updated AntvilleLib
NOTE: THIS IS STILL WORK IN PROGRESS
2003-11-14 10:47:51 +00:00