Recent Questions
Q: I have been testing.
I have another question,
during our test we did few test with other software, and we have the posibility while we are under an option on the menu we right click and choose open in a new window.
We cant find the way to do this or is not posible?
A: You can paste your own objects within menu items to capture a rightclick, for example:
["<div style='width:100%;height:30px' onContextMenu='your_code'>text</div>",...]
Q: How can I keep the already opened node open in simple tree view, when you expand another node.
A: Please set the following parameters:
var tcloseExpanded=0;
var tcloseExpandedXP=0;
Q: Any idea when Deluxe Tabs will support Google Chrome?? None of my javascripts tabs work.
A: We fixed all issues with Google Chrome.
Q: Can I center the css dropdown menu on page?
A: You should set relative position for the menu:
var absolutePos=0;
and place it in DIV or TABLE with center alignment.