Where can I change the state of Vista1 dhtml buttons?
Return to Recent Questions
Q:
Where can I change the state of Vista1 buttons?
A:
If you want to have 1 state button, please, go to "Edit Individual
Style"/Item Styles. Click on the style "Top Item" and in both
itemBackImage fields you should write btn_black.gif.
So in your data file you will have such code:
var itemStyles = [
["itemWidth=92px","itemBackColor=transparent,transparent",
"fontStyle=normal 11px Tahoma","fontColor=#FFFFFF,#FFFFFF",
"itemBackImage=btn_black.gif,btn_black.gif"],
];
Return to Recent Questions
|