setSkin and enableMultiLineItems

Hi guys,

I was trying to use enableMultiLineItems on a tree item but couldn’t get it to work, I then found on another forum post that it doesn’t work when the skin type for a tree is set to dhx_skyblue! Is this a deliberate thing, or is there a fix? If not, what skin types are supported on a tree item if I wish to use MultiLines?

thanks

Hello,

Is this a deliberate thing, or is there a fix?

skyblue skin can be used only with fixed item height. It isn’t compatible with multiline mode. And this behaviour can not be changed.

If not, what skin types are supported on a tree item if I wish to use MultiLines?

There are only two skins in tree: default and dhx_skyblue.

The style of the selected item can redefined by the selectedTreeRow class, dhtmlxtree.css. For example:

.selectedTreeRow{ background-color : #ffcc00;color:#000000}