Questions tagged [alertifyjs]

AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications. The library is feature rich, extensible, i18n friendly and theme-able. Not only provides a replacement for default browser dialogs, it makes it super easy to create your own!

AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications. Not only provides a replacement for default browser dialogs, it makes it super easy to create your own!

AlertifyJS is an extreme makeover of alertify.js (see also the alertify tag).

  • Feature-rich

    Packed with awesome features! Modal and Modelss view modes, Move, Resize and more!

  • Extensible

    Extend existing dialogs, or create your own! using AlertifyJS is very straightforward.

  • Themeable

    Three themes right out-of-the-box (AlertifyJS, Semantic and Bootstrap)

  • Responsive

    Whether you use a desktop, laptop, tablet or mobile device. Have no worries!

  • i18n and RTL Support

    Different language or a right-to-left layout! AlertifyJS got you covered.

Resources:

70 questions
2
votes
1 answer

Change AlertifyJS message background color

I need to change the background color of the message popup since it's difficult to read (white notification on white site background) I've seen here how to customize the custom message using // .ajs-message.ajs-custom { color: #31708f; …
advapi
  • 3,661
  • 4
  • 38
  • 73
2
votes
1 answer

Creating multiple custom dialogs having different forms using Alterifyjs library

I have 6 buttons on a page. On clicking each of the button, I need to show a dialog box, where user can fill in a small form. I'm trying to handle all the forms with just one custom dialog, by using the dialog in singleton mode since only 1 form can…
Alok
  • 63
  • 1
  • 10
2
votes
1 answer

Alertify JS Center dialog window

Is there a way to center the dialog windows of the Alertify Js plugin? http://alertifyjs.com I have seen there is a property called position, but it does not support center position. Thank you all.
elarmando
  • 569
  • 1
  • 7
  • 16
2
votes
1 answer

Calling function in typescript not working in alertify.js

I'm using alertify plugin in typescript and it can't recognize the getData function. Please see below code copyTemplate(id:any, pluginId:any, name:any ) { alertify.confirm(`Are you sure you want to copy ${name} to a new project template?`,…
2
votes
1 answer

Angular directives not working in alertify setContent content

What I'm trying to do is to add a bit of Angular within alertifyjs prompt. I have this directive: angular.module('items').directive('cancelItem', ['$rootScope', 'Items', function ($rootScope, Items) { return { restrict: 'A', link: function…
Ayeye Brazo
  • 3,316
  • 7
  • 34
  • 67
2
votes
2 answers

Alertify JS confirm not working with button link

I had a problem when using alertify JS confirm. when I click the button, alertify confirm does not appear, but immediately redirects to the link. The following script link button and alertify confirm script. function…
Muhammad Aziiz
  • 61
  • 3
  • 11
2
votes
1 answer

How to make alertify prompt textbox mandatory using HTML 5 required?

I am using jQuery alertify prompt http://alertifyjs.com/prompt.html Is there any way to make textbox mandatory by defining attributes directly? Thanks
Jatin Dhoot
  • 4,294
  • 9
  • 39
  • 59
2
votes
1 answer

Alertify dialog disappeared before confirming

I was just writing some code and I met a problem like this: alertify.dialog("confirm").set( { 'labels': { ok: 'Personal', cancel: 'Share' }, 'message': 'Select target:', 'onok': function() { …
2
votes
1 answer

Angularjs not updating using alertify or dialog plugin

i'm using angular.js and alertify.js to list user in here: Plunkr the problem is : after I click the delete menu, a confirmation window appears, then after OK button clicked, the deleted row still there until you click Delete button again. It…
DennyHiu
  • 4,861
  • 8
  • 48
  • 80
1
vote
0 answers

how to use Alertify js on JQuery form validation

im having a problem on how to use the alertify on Jquery form validation. What i want to do is when i click the submit button when there is no input on the form, the error alertify will pop out but i keep getting error. Im newbie in using Jquery.…
Vasco Wayne
  • 75
  • 1
  • 6
1
vote
0 answers

How do I use AlertifyJS dialogs in a browser extension (i.e. loading it in a JavaScript/TypeScript file rather than in HTML)?

My browser extension has an onboarding page, and I've implemented AlertifyJS in the tag of the HTML file as follows: