Create a Popup dialogue box

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
ohisiojohn
 
 
Posts: 65
Joined: Fri Oct 19, 2018 5:06 am

Create a Popup dialogue box

Post by ohisiojohn »

Pablo,

Is there away on how to create a pop-up dialogue box that only opens with a button clicked.

What I meant is that, create a pop-up dialogue box that has some information then link it with any button on the page. When someone clicks on the button, the dialogue box will pop-up.

Thank you
User avatar
Pablo
 
Posts: 22429
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Create a Popup dialogue box

Post by Pablo »

You can implement this with a dialog or modal layer.
Then use events to open the dialog/layer.
Cards can also be used as popups.
ohisiojohn
 
 
Posts: 65
Joined: Fri Oct 19, 2018 5:06 am

Re: Create a Popup dialogue box

Post by ohisiojohn »

Pablo,

Thanks for the respond. Is there any tutorial about this. I have no idea on implementing this!.
User avatar
Pablo
 
Posts: 22429
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Create a Popup dialogue box

Post by Pablo »

Step 1
A dialog

Step 2
Add a button

Step 3
Add an 'onclick' event to the button
Set the action to 'show'
Set the target to the ID of the dialog.

Demo:
https://www.wysiwygwebbuilder.com/suppo ... tions.html
ohisiojohn
 
 
Posts: 65
Joined: Fri Oct 19, 2018 5:06 am

Re: Create a Popup dialogue box

Post by ohisiojohn »

Thanks Pablo.

It has worked
Post Reply