Recent Questions
Q: I want create a vertical dropdown menu with vertical - Submenu's. Is this possible?
A: You should set the following parameters to create vertical menu:
  var isHorizontal=0;
  var smOrientation=0;
Q: Now I experiences a problem with the Danish letters in dhtml menue.
I have changed the letters in the scriptfile - but this does not work.
Have we a problem with Danish letters?
A: Please, check that you've set "Tools/Use utf8 encode".
Notice that you should have UTF8 charset on your page too:
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
You can also use another charset on your html page and open your data file in text editor, 
enter thissymbols and save data file in the way you save your html page.
Notice that you should turn off "Tools/Use utf8 encode" setting in
order to open your data file correctly in Deluxe Tuner.
Q: I was looking for a feature to reverse the order of items added dynamically to the drop down html menu
 I'm not sure where to find it or how to go about getting this new feature incorporated into my code. 
Could you please help me and tell me where to go next?
A: To add your items dynamically in the specific position you should usethe following function:
dm_ext_addItemPos(mInd, smInd, iParamsArr, Pos)
where Pos - the position in the menu where you want to add new item(starts with 0).
Check that you have dmenu_dyn.js file in the same folder with dmenu.js
file and set
  var dynamic=1;
parameter.Q: We're running deluxe_tree version 1.0. We are getting the following error:
 _tsw is not defined
 [Break on this error] String.prototype.sb=function(tss,te){return this.substring(tss,te)};String.proto...
 dtree.js (line 14)
 Any ideas? Should we upgrade to the latest version? If so, what it the upgrade path for us? Will we have to modify our data-tree.js file? 
A:  Yes, try to use Deluxe Tree v2.4. 
 See in Deluxe tree you should specify correct tWorkPath parameter:
<script type="text/javascript">  var tWorkPath="menudir/";</script> otn=tx/tl hre=T-"/ mt ae"ecito"cnet"nac orwbiewt it utn n e c
This parameter should point to the same folder with dtree.js file.When you use movable or floatable feature you should copy dtree_add.jsfile in the same folder with dtree.js file.
http://deluxe-tree.com/installation-info.html