1) Script Title: YUI color picker
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex11/yuicolorpicker/index.htm
3) Describe problem:
Just put this script on my dev site and it...
Type: Posts; User: thefandango; Keyword(s):
1) Script Title: YUI color picker
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex11/yuicolorpicker/index.htm
3) Describe problem:
Just put this script on my dev site and it...
actually that did not work properly :-(
Worked it out - doh!
pickerswatchupdate function:
"#" + YAHOO.util.Color.rgb2hex(a[0], a[1], a[2]);
ddcolorposter.initialize(a[0], a[1], a[2], hexvalue)
}
This is what I am looking for! In the DD color picker the "#" is not inside the target formfield, meaning when you copy and paste you have to add a "#" in front of the hex code. On the link...