PHP Classes

File: assets/js/pages/tour.init.js

Recommend this page to a friend!
  Classes of Braun Okoi Boniface   eprotech   assets/js/pages/tour.init.js   Download  
File: assets/js/pages/tour.init.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: eprotech
Application to access medical product suppliers
Author: By
Last change:
Date: 2 years ago
Size: 1,584 bytes
 

Contents

Class file image Download
var tour=new Shepherd.Tour({defaultStepOptions:{cancelIcon:{enabled:!0},classes:"shadow-md bg-purple-dark",scrollTo:{behavior:"smooth",block:"center"}},useModalOverlay:{enabled:!0}});document.querySelector("#logo-tour")&&tour.addStep({title:"Welcome Back !",text:"This is Step 1",attachTo:{element:"#logo-tour",on:"bottom"},buttons:[{text:"Next",classes:"btn btn-success",action:tour.next}]}),document.querySelector("#register-tour")&&tour.addStep({title:"Register your account",text:"Get your Free Velzon account now.",attachTo:{element:"#register-tour",on:"bottom"},buttons:[{text:"Back",classes:"btn btn-light",action:tour.back},{text:"Next",classes:"btn btn-success",action:tour.next}]}),document.querySelector("#login-tour")&&tour.addStep({title:"Login your account",text:"Sign in to continue to Velzon.",attachTo:{element:"#login-tour",on:"bottom"},buttons:[{text:"Back",classes:"btn btn-light",action:tour.back},{text:"Next",classes:"btn btn-success",action:tour.next}]}),document.querySelector("#getproduct-tour")&&tour.addStep({title:"Get yout Product",text:"Sign in to continue to Velzon.",attachTo:{element:"#getproduct-tour",on:"bottom"},buttons:[{text:"Back",classes:"btn btn-light",action:tour.back},{text:"Next",classes:"btn btn-success",action:tour.next}]}),document.querySelector("#thankyou-tour")&&tour.addStep({title:"Thank you !",text:"Sign in to continue to Velzon.",attachTo:{element:"#thankyou-tour",on:"bottom"},buttons:[{text:"Back",classes:"btn btn-light",action:tour.back},{text:"Thank you !",classes:"btn btn-primary",action:tour.complete}]}),tour.start();