Main Menu
Main Menu

Lxmenu Error: Either the menu does not have any menu items or all menu items are unpublished!

Login
Newsflash
27/02/2006: A comparison table showing you the differences between LxMenu Pro and NGMenu
 
25/03/2007: New version of LxMenu Pro (1.24) released.
 
20/04/2007: NGMenu 1.3.2 released. Supporting now three item states (normal, hover and active).
 
Home
Horizontal demo (main items with different width, centered, fading effect)
Horizontal demo (main items with different width and sub items with dynamic height, right aligned, fading effect)
LxMenu Forum  


Window size - 2005/11/06 02:12 When I use menu option "New Window Without Browser Navigation" and I want to be opened in window 780x550, with LXMenu I get only full screen. In other, regular menu I get window as I want in 780x550 window.
  | | The administrator has disabled public write access.
Re:Window size - 2005/11/06 08:08 Hi multinet,

this feature request will go to my todo list.
Thx.

Best regards,
Georg Lorenz
  | | The administrator has disabled public write access.
Re:Window size - 2005/11/06 11:57 For your help, I found something similar in: http://forum.mamboserver.com/showthread.php?t=61827.
So, according to parameters in functions.js:

function popupWindow(url,width,height,toolbar,location,status,menubar,scrollbars)

I changed parameters in menu.js from:

href='javascriptopupWindow(''+this.a_config[1]+'',0,0,'no','no','no','no','no')';
target='';

to:

href='javascriptopupWindow(''+this.a_config[1]+'',800,600,'no','no','no','no','yes')';
target='';

This solution is for all popups and I'd like to have positioning parameters and separately definition for each popup.
I'm using script from above forum. It defines parameters for every popup separately through admin module menu.

Post edited by: multinet, at: 2005/11/06 11:58
  | | The administrator has disabled public write access.
Vertical demo (pop on click with transparency)
Vertical demo (expanding to the left side, right to left text direction)
Vertical demo (expanding to the left side, left to right text direction)
Vertical demo (assigned to template LxTemplate)