As noted in this post, which has gone unanswered, we have a requirement to apply custom styling to a number of components, including the millerlist-style ColumnTree -
http://forums.smartclient.com/showthread.php?t=13746
After some investigation, it appears that the styling on ColumnTree is not working as advertised in the API. When I examine a ColumnTree in FireBug, it looks like the styling is hard-coded on the generated DIV - there is no stylename or classname, only a style string. And, setting attributes like backgroundColor, styleName, or stylePrimaryName on the ColumnTree have no effect.
Is this supposed to be working, or has any user successfully customized the style of a ColumnTree, either through the Java API or CSS?
Thanks,
Don P.
http://forums.smartclient.com/showthread.php?t=13746
After some investigation, it appears that the styling on ColumnTree is not working as advertised in the API. When I examine a ColumnTree in FireBug, it looks like the styling is hard-coded on the generated DIV - there is no stylename or classname, only a style string. And, setting attributes like backgroundColor, styleName, or stylePrimaryName on the ColumnTree have no effect.
Is this supposed to be working, or has any user successfully customized the style of a ColumnTree, either through the Java API or CSS?
Thanks,
Don P.
Comment