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
Create a Popup dialogue box
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: Create a Popup dialogue box
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.
Then use events to open the dialog/layer.
Cards can also be used as popups.
-
-
- Posts: 65
- Joined: Fri Oct 19, 2018 5:06 am
Re: Create a Popup dialogue box
Pablo,
Thanks for the respond. Is there any tutorial about this. I have no idea on implementing this!.
Thanks for the respond. Is there any tutorial about this. I have no idea on implementing this!.
Re: Create a Popup dialogue box
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
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
-
-
- Posts: 65
- Joined: Fri Oct 19, 2018 5:06 am
Re: Create a Popup dialogue box
Thanks Pablo.
It has worked
It has worked