|
|
Which file(s) I must change to change the content of each tab in the tabs dhtml?
Return to Recent Questions
Q:
I got the tabs menu to work!
Can you tell me which file(s) I must change to change the content of
each tab
Very many thanks for your help.
A:
For each tab you can set content <div> (contentName,
contentDescription, contentVariations).
var bmenuItems =
[
["Style Name","contentName",,,,,"1"],
["-",,,,,,"0"],
["Style Description","contentDescription"],
["-",,,,,,"0"],
["Style Variations","contentVariations"],
["-",,,,,,"0"],
["Empty",,,,,,"2"],
];
You can find these divs in the tabs-style-glass.html file. You should
paste the content of your tabs in these divs.
Return to Recent Questions
|