Code Monkey home page Code Monkey logo

alertkit's Introduction

# AlertKit
a javascript alert

# Functions
(if someone could explain this better, that would be nice :P i'm not good at this kind of stuff)

AlertKit.init
Sets up AlertKit for use.
The only two arguments for this function are __alert and body_fix.  __alert sets alert() to AlertKit.alert() if true, (default is false), and body_fix sets <body>'s margin to 0 if true, which is the default.

AlertKit.alert
Displays an alert.
Arguments:
* title: string, sets the title of the alert, default is null
* text: string, sets the text of the alert, default is null
* buttons: array, [(array) [(string) title, (string) onclick, (string) background, (string) activeBackground, (string) textColour, (string) activeTextColour, (string) border, (string) activeBorder, (string) transition], (array) [(string) title, (string) onclick, (string) background, (string) activeBackground, (string) textColour, (string) activeTextColour, (string) border, (string) activeBorder, (string) transition], ...], default is null
* enableClickOut: boolean, if true, the user will be able to click outside the alert to dismiss it.  default is true
* HTML: boolean, if true, HTML will be allowed in the alert's title and text.  if false, you will not be able to write html in title or text.  to leave a new line if this is false, use \n.  default is false
Example:
AlertKit.alert("Example Alert", "Hello, world!", [["Google", `location = "http://google.com/";`, "f44242", "41cdf4", null, null, null, null, "250ms"]]);

AlertKit.alert.close
Dismisses an open alert.

# Known Bugs
None

alertkit's People

Contributors

alticha 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.