PDA

View Full Version : right click menu


ravindran
02-05-2007, 06:28 AM
Does anybody know if it possible to change the behaviour of the
right click on a Laszlo application? It currently displays a menu:
About OpenLaszlo, View Source... I would like to change this menu
to display other links and not display View Source (I already have
source viewing disabled so there is no need for the link).

hardik
02-05-2007, 06:34 AM
Hello Ravindran,

Search in the forum for "LzContextMenu" , thats the class to customize your right click menu.

I hope this would help.

Thanks,
Hardik

ravindran
02-05-2007, 08:02 PM
Thank u hardik

OLaszloFan
02-06-2007, 05:04 AM
ravindran:

Check out the post listed below. There is a really good example of how to customize the right click menu. Code also included.

http://forum.openlaszlo.org/showthread.php?t=8331

Patrick