Thursday, 15 July 2010

javascript - Extjs Tree how to change text color of child elements? -


I have a tree and I want to change the text color of the hair elements.

  {text: "alegrbra", address: true, iconCls: 'button-along-icon icon-flag_green', style: {'color': 'red'}}  

I can change the icon but the color can change.

How can I style that element?

I added

CLS: 'rednode'

, and CSS is

  .rednode {color: red; }  

This fixes the problem to me


No comments:

Post a Comment