Recent Questions
Q: I have noticed an issue with the css menu dropdown. It does not drop down over the frame if a pdf is being displayed.It does something weird to the browser like shortens the main frame and displays above the menu.
Any Ideas?
A: Try to set the following parameter to overlap .pdf files:
var useIFRAME=1;
Q: I'd like to be able to right click on items in a dynamic tree view and then pick actions to perform from a context menu
Is this possible?
A: You can use API functions
function dtreet_ext_userRightClick (itemID)
See more info here:
Try to set the following parameters:
var itemAlignTop="center"; // text alignment for the top items
var itemAlign="center"; // text alignment for the submenus
Q: How do I make buttons in the navigation bar example transparent?
A: To set transparent background for the menu you should set:
var menuBackColor="transparent";