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
megamenu
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
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
Re: megamenu
This functionality is currently not implemented for the mega menu.
I will add this to my todo list.
I will add this to my todo list.
Re: megamenu
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
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