You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Vladimir Barkasov cc0871a0d7 Fix save behavior for user; Move password fields to main window 6 years ago
src Fix save behavior for user; Move password fields to main window 6 years ago
LICENSE Monster UI Callflows v.4.1.38 8 years ago
README.md Fix Readme file 8 years ago

README.md

Monster UI Callflows

Installation to source files:

  1. Upload files from directory src to directory with source files of your Monster UI (near the folders "apps", "css" and "js")
  2. Add next strings to file /js/main.js after string paths: {
'bootstraptour': 'js/vendor/bootstrap-tour.min',
  1. Register callflows app
  2. Build your Monster UI with original builder (command gulp)
  3. Activate the Callflows app in the Monster UI App Store ( /#/apps/appstore )

Installation to compiled files:

  1. Upload all folders and files from directory src to root directory of your Monster UI (near the folders "apps", "css" and "js")
  2. Create next symbol links in root directory of Monster UI
# ln [options] <target file> [link name]
ln -s js/vendor/bootstrap-tour.min.js bootstraptour.js
  1. Register callflows app
  2. Activate Callflows app in the Monster UI App Store ( /#/apps/appstore )