- Unlimited number of sub levels - AJAX menu loading - loads web menu data from the server "on-the-fly". - Deluxe Tuner - visual interface to create and modify dhtml menus easily and in no time. - Cross-frame support - menus work on frameset-based pages - Keyboard navigation - press Ctrl+F2 to enter the top menu - Visible over select boxes, iframes, pdf, flash, Java applets. - Relative/Absolute menu position - Filters and Transitional effects
Apply any font of any color, size and font decoration you need. Use any available type, color and thickness of a menu's frame. Choose any color for submenus and items backgrounds.
Set the size of the menu in percent, pixels, or other units. This menu may have a relative (it can be inserted into the table, for example) or absolute position .
Specify various values for spacing and padding for the whole menu and for each separate submenu.
You can specify a time for delays in showing or hiding of a submenu. Use special prefixes for image paths and links to make paths absolute.
Create separators using your own pictures, size and alignment.
Q: Could you please help me with another question?
I am using your regular dhtml menu inside an asp page. I want to make a call to different javascripts with parameters from different menu items (Which should work fine.. )
I have now been trying to do this by using the alert() java metod....
This line works perfect: ["|Test A","javascript:alert('Test');", "", "", "", "", "0", "-1", "", ],
But if I try to write the same line within ASP brachets ( <% %> ) the menu does not show up:
I have also found that if I remove the parameter inside the javascript like this: <% response.Write( " ['|Test A','javascript:alert();', '', '', '', '', '0', '-1', '', ], " ) %>>
the menu will show up and the script will work but since I can not insert any parameter it is pointless..
Q: In order to speed up things, (I mean my learning of this program) I am thinking of this:
I have at the moment only one selling e-book on my website. Could you inform me please what I have to master in this drop down menu generator For managing, let say two affiliates, or more of course.
I know I will have to learn all. But I am sure that for starting and for just one e-book I don’t need to master everything. I am a newbie, and all at once it is tiring as well as confusing.
And when my e-book is selling I will have time to study the whole thing. Can you do this please?
A:Unfortunately we don't have step by step tutorial now. We'll try tocreate it in the nearest time.
1. Create your menu in Deluxe Tuner application. You can create any menu as you like in Deluxe Tuner.
Deluxe Tuner v2.4 supports Deluxe Menu (http://deluxe-menu.com) &Deluxe Tree (http://deluxe-tree.com) & Deluxe Tabs (http://deluxe-tabs.com)
You can use ready to use templates. You can find them in the templateswindow.
When you open Deluxe Tuner ( Deluxe Menu ) you can click "File/New"and add items and subitems using buttons "Add Item" and "Add Subitem" onthe main window. You should set items and subitems parameters on the "Item Parameters"window. See also other parameters for the menu on the main window.
More info about menu parameters you can find on our site (you can alsouse local version of the site which you can find in the trial package"Deluxe Menu / deluxe-menu.com /") http://deluxe-menu.com/parameters-info.html http://deluxe-menu.com/menu-items-info.html
You can also use Individual Styles for items and subitems http://deluxe-menu.com/individual-item-styles-info.html http://deluxe-menu.com/individual-submenu-styles-info.html
2. You should install the menu on your page. You can click, for example, File/Export to HTML (you can't do it inthe MAC version).
Add several rows into your html page.
<head> ... <!-- Deluxe Menu --> <noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript> <script type="text/javascript"> var dmWorkPath="deluxe-menu.files/";</script> <script type="text/javascript" src="deluxe-menu.files/dmenu.js"></script> <script type="text/javascript" src="data-deluxe-menu.js"></script> //data-deluxe-menu.js - data file created in Deluxe Tuner. ... </head>
You should also copy all engine files dmenu.js dmenu4.js dmenu_add.js dmenu_dyn.js dmenu_key.js dmenu_cf.js dmenu_popup.js dmenu_ajax.js into "deluxe-menu.files/" folder. You should place this folder in thesame folder with your index. html page.
Q: I am not professional website developer … I’ve installed your trial software … but not able to add navigation menu tree in my website. Can you please guide me how I can add tree menus in left side bar of website?
A:Unfortunately we don't have step by step tutorial yet. We'll try to create it in the nearest time.
1. Create your menu in Deluxe Tuner application. You can create any menu you like in Deluxe Tuner.
You can use ready to use templates. You can find them in the templateswindow.
When you open Deluxe Tuner ( Deluxe Tree ) you can click "File/New"and add items and subitems using buttons "Add Item" and "Add Subitem" onthe main window.
You should set items and subitems parameters on the "Item Parameters"window. See also other parameters for the menu on the main window.
You can also use Individual Styles for items and subitems.
2. You should install the tree menu on your page. You can click, for example, File/Export to HTML.
Add several rows into your html page.
<head> ... <!-- Deluxe Tree --> <noscript><a href="http://deluxe-tree.com">Javascript Tree Menu by Deluxe-Tree.com</a></noscript> <script type="text/javascript"> var tWorkPath="deluxe-tree.files/";</script> <script type="text/javascript" src="deluxe-tree.files/dtree.js"></script> <!-- (c) 2006 - 2007, http://deluxe-tree.com --> ... </head>
<body> ... <table> <tr><td><script type="text/javascript" src="menudir/data-tree.js"></script> </td></tr> //data-tree.js - data file created in Deluxe Tuner. </table> ... </body>
You should also copy all engine files dtree.js - menu engine file dtree_add.js - additional module for floatable/movable menus dtree_dyn.js - additional module with Javascript API to change the menu "on-the-fly" dtree_ajax.js - additional module with the AJAX-like support
into "deluxe-tree.files/" folder. You should place this folder in thesame folder with your index.html page. Try that.
Q: I am using Javascript Menu. Deluxe Menu. v1.12 How can I upgrade to v.2.0?
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:
<noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript>
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.
use the YUI library to asynchronously call the ticktock function. ... replacement technique not show titles if images were disabled, as the height is set by CSS? .... Easy to make dynamic (change the tags for example)
height: 350px; margin-bottom: 10px; } .yui-dt-table {width: 500px;} .... Is there a way to dynamically change the document's title from within the contained Jumi? ... What I'd like to do is within the Jumi, set the title of the page to
Jul 1, 2010 ... For instance, dynamically creating HTML with strings and setting the innerHTML is ..... The Best: YUI Compressor provides the best overall performance when you ...... height: 0px; border: 0px; background: transparent;
Aug 16, 2010 ... I set up a test site using the theme for topics-based course. .... I have uploaded another theme though, which has the new style (category/course) menu bar in it. ..... It's Isometric2 a sister theme which has a dynamic menu based on ... height: 25px; margin: 0 0 0 8px; padding: 12px 20px 0 20px;
Setting the date of an announcement in the Admin CP with the new date picker ... excellent library as we migrate some of our older Javascript code to a YUI base. .... vbulletin_textedit.js to dynamically add a tab index to the element
May 8, 2009 ... Fetch and display an external page, Supports auto mode, Ability to also expand/ contract arbitrary DIVs, Ability to dynamically select a tab,
When inserting a single image from the drop down button in the menu bar in code view, ... Using YUI 2.x Components :: How do you attach a dropdown menu to an image? ... Is there a way to set forum permissions so Unregistered users can see an image .... Get Image Width and Height in pixels while uploading Image File
How do i create dynamic input fields after click a button? ..... closing Modal dialog box · How to set the field value of type "File" dynamically in JavaScript ? ... Dynamic change the iframe height · How to set multiple parametes in a form ..... Form1 has no properties error · Menubar using JavaScript
Jan 26, 2010 ... { position: 'bottom', height: 20, body: 'bottom1' }, ... No, YUI does not support using a menu bar with dynamically created divs? ... To fix this problem, set the "wmode" of the Flash movie to either "transparent" or
On this page I cannot set the picture to be on the right with text wrapping, ... <div class="yui-u first"></div> <div class="yui-u"></div> ... printed where the front of the page (odd pages) will be dynamic and the back of the page
height: 350px; margin-bottom: 10px; } .yui-dt-table {width: 500px;} .... Is there a way to dynamically change the document's title from within the ... What I'd like to do is within the Jumi, set the title of the page to
The foreign key identifies a column or a set of columns in one (referencing) table .... padding: 3px 0 0 0; } .topic-post { height: 100px; overflow: auto;
[YUI] Tabbed Forum Home Flashchat 6 Integration For vBulletin 4.0 ... Dynamic Navbarlinks Doublepost Prevention Admin Log In As User .... Even the most novice webmaster will be able to set up and run a website with our script
... Ability to dynamically select a tab, Supports nested Ajax Tabs. ... 8.2 A YUI Loading Panel Widget ... You can specify the width and the height of the overlay, ... 18.2 Creating a Dynamic Poll with jQuery and PHP
Upgrade to YUI version 2.6.0 - Option to support unlimit file size and all file types ... Set up Href value for read-only field in edit page correctly ... Fix problem for image tag with width/height/alt value ..... Second comboxbox for ' Select' to dynamically change options in an other selection list
The best hip hop artists in mainstream come from THE MOVEMENT which is Drunken Tiger's crew which consists of Dynamic Duo (formerly cb mass), Leessang,
Dec 7, 2008 ... p, h2 { margin: 1em; } /* Set the "zoom" property to "normal" since it is set to "1" by the ".example-container .bd" rule in yui.css and
... some html pages which can be customised to add to the YUI drop-down menu. ... The categories are at the top level in the menu bar, and courses in the ... I set up a test site using the theme for topics-based course. .... brings in all the categories and courses dynamically into the main menu,
How to localise a WRT widget · Create a WRT podcast application using the Guarana API · Online offline api · How to load images dynamically on WRT Widgets