Hello
I have added the following code to my versin of google map. Kind of not very useful but nice
function handleOption($option, $currentValue) {
if($option=='gmaps_background'){
echo '<script src="'.FULLWEBPATH.'/zp-core/plugins/google_maps/jscolor/jscolor.js" type="text/javascript"></script>';
echo'<input type="text" name="gmaps_background" id="gmaps_background" class="color {hash:true,adjust:false}" value="'.$currentValue.'"/>';
}
I also changed in the returned array the type to "2" for the gmaps_background option
I found a nice colorpicker under GPL license at
http://jscolor.com/If you find it useful??? maybe you can add it to next release
PS the only really competing colorpicker I found from Jquery requiered Jquery1.3 so I gave up using that one
Cheers
Comments