Recent Questions
Q: After I successfully click and load the data in to my window using the tab menu, the tab defaults back to the original default tab. Because I have to reload my page after the tab has been selected the tab chosen is lost. What do you recommend for "remembering" the tab so that when the page reloads the correct tab is highlighted.
A: Deluxe Tabs doesn't support API functions which can return theselected tab aslo.
You can set "bselectedItem" and " var bselectedSmItem" parametersbased on your link before you call your data file.
For example, move " var bselectedItem" and " var bselectedSmItem" parametersfrom your data file to your code.
<TD vAlign=top align=left>
/* Select Tab */
<script type="text/javascript" language="JavaScript1.2">
var bselectedItem= var bselectedSmItem=</script>
<SCRIPT src="data.js" type=text/javascript></SCRIPT>
</TD>
You should define seltabs and selsmtabs using server side script.
You can also set it on every page before you call data.js file, forexample:
<TD vAlign=top align=left>
/* Select Tab */
<script type="text/javascript" language="JavaScript1.2">
var bselectedItem=4;
var bselectedSmItem=3;
</script>
<SCRIPT src="data.js" type=text/javascript></SCRIPT>
</TD>
Q: But where on javascript drop down menu creator I can set the dmsearch=2 ? I can't find it, there isn't an option or submenu for the search box on the left side of deluxe tuner.
A: Use last version of javascript drop down menu creator v3.2.
You can find
var dmSearch=2;
parameter in the "Advanced" section of parameter's list.
Then you should select an item (where you want to add search box), forexample first item and add
search:value='search...' style='border:1px;width:60px;height:14;font-size:10px;'
code into the "Link" field directly ("Item Parameters" window).
Q: Also. I'm very pleased to see a change font mouse over event, but I can't find where to change this in java menu program, can you help ?
A: You can set font color for mouse over state in java menu program (Font/section fontStyle parameter).
Q: We cannot find any info in any of the other features like open popup window or calendar functions. Please advise.
A: We have different sites for each product:
Deluxe Menu, http://deluxe-menu.com
Deluxe Tree, http://deluxe-tree.com
Deluxe Tabs, http://deluxe-tabs.com
Calendar, http://www.calendardatepicker.com
Popup Window, http://deluxepopupwindow.com