View Full Version : Hilight Checked nodes / Items
Hi all,
First, Happy new year !
I would like to know if there is a way hilight all the checked node of a tree(panel).
Thank's in advance
Regards
near
mitchellsimoens
3 Jan 2012, 6:22 AM
The tree is a table... eacy row is a tr and a td. If a node is checked, the associated td get a CSS class name of 'x-tre-checked'
Thank's for the ansswer,
I've tried this:
.x-tre-checked{ background-color: rgb(255,255,0) !important;
}
or
.x-tre-checked{ background-color: red !important;
}
in my css file, but it's not working, but it's not working !
actually it's 'x-tree-checked' and 'not x-tre-checked'
Thank's
mitchellsimoens
3 Jan 2012, 7:30 AM
so it's working with 'x-tree-checked'?
Powered by vBulletin® Version 4.1.5 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.