Hello,
i'm working with style yet (RadSkinManager and Radformdecorator) and i have two questions:
1- I have a multiview associated with a tabstrip and i would like the background color of the selected view was the same that the selected tab. How can i do that?
now , i do like this....but it's not good enough :-)
2- how can i have all the color palette associated with a style selected with
i use this for have some but, i'm sure there is another way (perhaps named color ?)
i'm working with style yet (RadSkinManager and Radformdecorator) and i have two questions:
1- I have a multiview associated with a tabstrip and i would like the background color of the selected view was the same that the selected tab. How can i do that?
now , i do like this....but it's not good enough :-)
// document.getElementById("RadMultiPage1").getAttribute("style").background=document.getElementById("RadFormDecorator1").currentStyle.scrollbarTrackColor; // |
2- how can i have all the color palette associated with a style selected with
i use this for have some but, i'm sure there is another way (perhaps named color ?)
document.getElementById(
"Form1").currentStyle.[color property....]
Thank's a lot for your help