Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Trupti on May 22, 2008 00:25
open dhtmlx forum
Setting style for the label of an item in the tree.

Hi,

I am using dhtmlxTree Professional v1.4.
Is is possible to set the style for an item's label (like bold, italic) in the XML file? Like we can use attribute aCol, sCol in XML to specific the color for the item, similarly can we set the style for the item's label in the XML file using attributes?

Thanks
Trupti
Answer posted by Support on May 22, 2008 03:11
There are no special attributes for such task, but you can use style attribute

<item text="label" style="font-weight:bold;" />