Add Fill Color to Field
Hi,
How can I make the fill color of the following field blue? I tried "fillcolor: color.blue" but it did not work.
{
type: "static_text",
item_id: "sta8",
name: "Filename Preview:",
font: "palette",
fillcolor: color.blue
},
{
type: "edit_text",
item_id: "Exmp",
width: 300,
height: 65,
char_width: 8,
multiline: "true",
readonly: "true",
},
