3.2.0

tree background color question

Ok, I got a really dumb question ... how do I set the background color of the tree object so it matches my page? Also, is "transparent" an option for the background?

Is there a CSS reference for the tree object?

Thanks
Carl
September 4,
tree.setStyle("background", "none");

or

tree.setStyle("background", "transparent");


Alex (ActiveWidgets)
September 5,
Thanks Alex. Figures it was that easy.

Curious ... now that it is implemented, I'm noticing a thin white box around the tree object. Is there a way to get rid of this? Would it be the same as for the grid CSS?
Carl
September 6,

This topic is archived.

See also:


Back to support forum