Popup openWebSite
Add possibility to open a website with a popup 3 cases : Open page GoTo Page OpenCoWebsite
This commit is contained in:
parent
7140637807
commit
8764fe5de5
10 changed files with 282 additions and 544 deletions
|
@ -20,7 +20,7 @@ function launchTuto (){
|
|||
callback: (popup1) => {
|
||||
WA.sendChatMessage("Hey you can talk here too ! ", 'WA Guide');
|
||||
popup1.close();
|
||||
WA.openPopup("TutoFinal","You are good to go ! You can meet the dev team in the next room !",[
|
||||
WA.openPopup("TutoFinal","You are good to go ! You can meet the dev team and discover the features in the next room !",[
|
||||
{
|
||||
label: "Got it !",
|
||||
className : "success",callback:(popup2 => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue