:: Forum >>
how to change text color / multiple colors per cell
Hi guys,
i found some stuff about cell colors, but i didnt find how to allow multiple Colors in one cell... my problem:
I have a string which is a AminoAcid Sequence like this:
SDLKFIDISDODMNDDKR
shown in a cell, i would like to color the Letters individually, how can i do that?
thanks for the help!
Andy
Andy
Monday, June 13, 2005
Could you use:
<font color='red'>B</font><font color='green'>E</font><font color='blue'>A</font>
You would need to preserve sort capability using something like:
var toValue=[string,string,number,number,number,string];
obj.setDataProperty("value",function(i,j){return toValue[j](myData[i][j])});
function string(text)
{return text.replace(/<.+?>/g,"")}
function number(text)
{return text.replace(/,/g,"").replace(/<.+?>/g,"")*1}
Roy Cosway
Monday, June 13, 2005
thanks very much, i will try this one...
Andy
Monday, June 13, 2005
i want to change the color for scroll bars for combo boxes , could you
please help me how to change the color
ramarao
Friday, August 5, 2005
This topic is archived.
Back to support forum
Forum search