- Personal CSS styles for separate menu elements - Submenus automatically scrolls - Relative/Absolute menu position - Inactive/Disabled items - Horizontal or vertical orientation - Text aligned to left - Submenus go over all page objects - Special JavaScript API for changing javascript menu "on-the-fly"
Create contextual menus for your pages. For this purpose you should assign a special function for the object you want. The current coordinates of the mouse pointer or your own ones can be used for the contextual menu.
When the submenu is larger than the visible area of the page the submenu will be automatically decreased. To see all the submenu items you do not need to use scrollbars or something like that - just put your mouse to the bottom of a submenu and it will be automatically scrolled! You can also specify height and width for each separate submenu.
Build menus completely based on Cascading Style Sheets. It is possible to appoint the individual CSS styles for separate elements of the menu.
Q: Do I need to generate a html file after I create dhtml menu and than work from that file? Or can I just copy and paste the code into my existing html file?
A: It will be better create dhtml menu in Deluxe Tuner and save your menu as html file. And copy html codefor the menu from this file into your page. You should also copyfolder with all menu file and data file with menu parameters into the same folder with you html page.
Q: How can I upgrade to Deluxe Menu v2.0? Now I'm using v1.14.
A: How to upgrade to v2.00 --------------------------------------------------------------- You can download the licensed engine .js files from the same link in your license message. Deluxe Menu v2.00 has new parameters and features. To upgrade to v2.00 you should do the following.
Step 1.     1.1 For Windows users       a. Run Deluxe Tuner v2.0       (can be found in the trial menu package v2.0       http://deluxe-menu.com/deluxe-menu.zip).       b. Open menu data file (.js file where menu parameters are placed): select File/Open…       c. Save the file: select File/Save, then click "No" button when the dialog box appears.
    1.2 For other OS users       a. Open menu data file (.js file where menu parameters are placed) in a text editor.       b. Make sure that the following variables exist in the data file:
      var keystrokes = 0;       var dm_focus = 1;       var dm_actKey = 113;
      var dynamic = 0;       var smHideOnClick = 1;       var itemAlignTop = 'left';       var smSmartScroll = 1;
      var dmAJAX = 0;       var dmAJAXCount = 30;       var dmRTL = 0;       var dmObjectsCheck = 0;       var menuBackRepeat = "repeat";       var menuHeight = "";       var transDuration2 = 200;
If one of the variables doesn't exist - add it at the beginning of the file.
      c. Save the file.
Step 2. Now open HTML-page that contains Deluxe Menu.
Step 3. Replace existent tags of the menu by the following code:
Step 4. Save HTML-page.
Step 5. New engine v2.00 has 7 .js files. They are:       - dmenu.js       - dmenu4.js       - dmenu_add.js       - dmenu_dyn.js       - dmenu_key.js       - dmenu_cf.js (new v2.00)       - dmenu_popup.js (new v2.00)
Replace all old .js files by the files from v2.00.
Try that.
Q: Two more questions, while waiting for this answer:
1) calendarDatePicker.handlers( ['dtEvent', 'dtEvent', {type : 'datetime', format:'%L %d, %Y, %l:%M %p', locale:'en'}] ); is ignoring the date format. 2) If I have a button that in an onclick I want to popup calendar, how would I do that? 3) I am getting 'incorrect copyright', suggestions?
Thank you, I have people waiting for me to bring this site live - your fast help is appreciated
A: >I am getting 'incorrect copyright', suggestions?
You should write NOSCRIPT tag in the following way: <noscript><a href="http://calendardatepicker.com">Javascript Calendar Date Picker by calendardatepicker.com</a></noscript>
> 1) calendarDatePicker.handlers( ['dtEvent', 'dtEvent', {type : 'datetime', > format:'%L %d, %Y, %l:%M %p', locale:'en'}] ); is ignoring the date format. > 2) If I have a button that in an onclick I want to popup the calendar, how > would I do that? You should install the calendar in the following way: <form> <script> window.onload = function(){ calendarDatePicker.handlers(['cal', 'txt', {type : 'datetime', IiI:'%L %d, %Y, %l:%M %p', locale:'en'}]); }; </script> <input type="button" value="Click to open calendar" id="cal" name="cal" onClick=""> <input type="text" id="txt" value=""> <div id="test-box" style="width:40px;height:40px;position:absolute;left:200px;top:10px;"></div> </form>
Q: We do need the menuitem separation bars as most of the menuitems are quit lengthy, and there needs to be a separation bar to distinguish between them.
A: If you want to add separators between items you can paste a separatorbetween items or you can set item's border width in the following way:
var itemBorderWidth="0 0 1 0"; But you cannot enter this value in Deluxe Tuner you should set thisparameter manually. You can also create style for the last item with border width = 0:
var itemStyles = [ ["itemBorderWidth=0"], ];
To add separators, please, see the following parameters:
//--- Separators var separatorImage=""; //for subitems var separatorWidth="5"; var separatorHeight="100%"; var separatorAlignment="right"; var separatorVImage="images/public/separator.gif"; //for the top items var separatorVWidth="1"; var separatorVHeight="100%"; var separatorPadding="";
You should set a separator in the menuItems, for example:
Re: [dojo] #5129: Forum post page need sidebar block for recent posts in that .... bloggers to choose to display Categories across the top horizontal menu,
Mar 12, 2008 ... Horizontal Kumitachi (R) - Moves Horizontally while on the defense. ... (it's easy to get this in the snowy dojo stages. run into one of the
Mar 12, 2008 ... Horizontal Kumitachi (R) - Moves Horizontally while on the defense. ... (it's easy to get this in the snowy dojo stages. run into one of the
Re: [dojo] #5129: Forum post page need sidebar block for recent posts in that .... bloggers to choose to display Categories across the top horizontal menu,