megamenu

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: 16
Joined: Sat Aug 31, 2019 2:25 pm
Location: belgium

megamenu

Post by DWG »

concerning megamenu
is it possible to add events to an megamenu .. ???
you can add some events however it is not saved
maybe I do something wrong the goal is
1)
open window from another page with javascript :
window.open('./howto.php);
2)
then close with two events
use 1 : onclick event with action hide with effect =fade lenght=1500
use 2 : onclick event with action javascript =setTimeout(function(){self.close();},2000) ;

this works fine with other menus but not with the megamenu

Regards ,
DWG
User avatar
Pablo
 
Posts: 23401
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: megamenu

Post by Pablo »

This functionality is currently not implemented for the mega menu.
I will add this to my todo list.
DWG
 
 
Posts: 16
Joined: Sat Aug 31, 2019 2:25 pm
Location: belgium

Re: megamenu

Post by DWG »

Pablo ,

thanks for the quick reply meanwhile I used an workarround
by creating a link
?WIG_jav=JAV_close
this is calling the php code WIG_jav that is calling a java function that contains :
function JAV_close()
{
window.open("", "_self");
window.close();
}

maybe intersting for you => http://dwg1958.liveblog365.com/
just for fun , beginning now to understand how everything works => php ,css , javascript & html
by using WB18
I liked the latest changes that you can use your own styles inside the objects

Regards ,
DWG
Post Reply