overlaymenu

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
DWG
 
 
Posts: 15
Joined: Sat Aug 31, 2019 2:25 pm
Location: belgium

overlaymenu

Post by DWG »

Pablo ,
it appears to me that the overlaymenu object does not work with events
is this correct ??? and how to solve
created an empty page with only one overlay menu with javascript event alert('enter your message');
result below :
<li><a role="menuitem" href="#" class="master_page_layersOverlayMenu1-effect">WIG_color</a></li>
it must appear appear inside the href= , manual adding it with notepad++ it works
<li><a role="menuitem" href="javascript:alert('enter your message');" class="master_page_layersOverlayMenu1-effect">WIG_color</a></li>


Best Regards ,
De Wolf Georges
User avatar
Pablo
 
Posts: 21508
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: overlaymenu

Post by Pablo »

It seems to work for me.

Note that the link cannot be empty otherwise no events will be added.
If you want to use the 'dummy' link then add '#' in the URL file or link to the same page.

Also, menu items with sub menus cannot be a link.
DWG
 
 
Posts: 15
Joined: Sat Aug 31, 2019 2:25 pm
Location: belgium

Re: overlaymenu

Post by DWG »

Pablo ,
meanwhile found an solution to fix this , created a javascript that JAV_show , JAV_hide and this works for me
<li><a role="menuitem" href="javascript:JAV_show('WIG_change_color','slideleft',2500);" title="WIG_change_color"
thanks for the reply

if you are interested or somebody else , i'am working with php + javascript and i can create an caroussel , menu , login,logout , reuse objects
that can be changed dynamicly PHP8 , W17
Regards ,
Georges
User avatar
BaconFries
 
 
Posts: 5316
Joined: Thu Aug 16, 2007 7:32 pm

Re: overlaymenu

Post by BaconFries »

if you are interested or somebody else , i'am working with php + javascript and i can create an caroussel , menu , login,logout , reuse objects
that can be changed dynamicly PHP8 , W17
Thanks for the offer maybe make a 'New' post at the following url offering this as a tip etc etc

viewforum.php?f=26
Post Reply