GithubHelp home page GithubHelp logo

aliveformsplugins's Introduction

Aliveforms Plugins

This is list of first party plugins for Aliveforms.

NewAlert

  • NewAlert Notification Library
  • Version 1.0
  • Written by Nabeel Ali

This is to add new JS Popups.

Installation

In local logic unit, at boot or screen -1, at this code

$.ImportScript('https://cdn.jsdelivr.net/gh/nabeelalihashmi/aliveformsplugins@master/js/PNewAlert.min.js', function() {
    window.newAlert = window.newAlert || new PNewAlert();
    window.newAlert.init();
});

Usage

Once Initialized, it can be used in next logic units as:

window.newAlert.alert(message, default|success|danger, timeout)

Speaker

  • Speaker Notification Library
  • Version 1.0
  • Written by Nabeel Ali

Add text to speech in Aliveforms

Installation

In local logic unit, at boot or screen -1, at this code

$.ImportScript('https://cdn.jsdelivr.net/gh/nabeelalihashmi/aliveformsplugins@master/js/PSpeaker.min.js', function() {
    window.speaker = window.speaker || new PSpeaker();
});

Usage

Once Initialized, it can be used in next logic units as:

window.speaker.speak(message)

for example

setTimeout(() => window.speaker.speak($.ScreenTitle(screen + 1)), 500)

screen + 1 is because logic in executed after next button is clicked. Or you can use snippet syntax in every screen. i.e. [/ window.speaker.speak($.ScreenTitle(screen + 1)) /] It is recommended to wrap in in setTimeout depending upon transition duration of screen.


aliveformsplugins's People

Contributors

nabeelalihashmi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.