|
|
|
Which file(s) I should change to change the content of each dynamic menu using tab?
Return to Recent Questions
Q:
I got the tabs dynamic menu using to work!
Can you tell me which file(s) I should change to change the content of
each tab
A:
For each tab you can set content <div> (contentName,
contentDescription, contentVariations) tags on your html page.
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 there.
Return to Recent Questions
Related:
- March 12, 2009 - I don't understand, how can change place of the icon in button context menu...
- Apr 02, 2009 - Where can I change the font size of the top floating javascript items?
- Apr 03, 2009 - I would like to change the height of the submenu items in the menu web page...
- May 26, 2009 - How I can edit/specify the color schemes on the Glass style tabs in dhtml menu bar maker?
- Jun 04, 2009 - I've tried to change the width of the images within the javascript horizontal menu...
- Jun 13, 2009 - How I can change the background of the top level dynamic dhtml menu?
- Jun 15, 2009 - Is it possible to change the position of a menu item in the dhtml dropdown menus?
- Jun 22, 2009 - Where can I change the state of Vista 1 javascript tab menu?
- Jul 29, 2009 - Is there any way to change the font size of the submenu links in menus javascript?
- Aug 16, 2009 - I cannot change the background color of the popup menu in java
- Sep 12, 2009 - How I can change the background color of the drop down menu javascript?
|