Quote:
Originally Posted by Limitter
Must edit the "Picker.html" ???
I could not select, i had the file with the Varuiable
PHP Code:
function passColor(color) { window.opener.document.name.elements.nfcolour.value = color;
again provides
Greetz and thx for this nice addon
L.
|
Now you won't have a picker for nameglow.
Better....
Replace
Code:
function passColor(color) {
window.opener.document.name.elements.nglow.value = color;
}
With
Code:
function passColor(color) {
window.opener.document.name.elements.nglow.value = color;
window.opener.document.name.elements.nfcolour.value = color;
}
You might get Java errors, but it'll work for both Nameglow and Namecolor!