Hi. I really need help...i wanted to know hot do i set multiple styles on e tree component using actionscript2.0...i need to change color, font size and font weight...Thanks for the help in advance
How to set multiple styles on a tree...You can use treeInstanceName.setStyle(''stylename'',value) to set individual properties, or you can create a CSSStyleDeclaration object and incorporate each of the new style values into this one object and then apply the object to the component.
No comments:
Post a Comment