PHP Classes

File: plugins/jQueryConfirm/usage.txt

Recommend this page to a friend!
  Classes of Laudir Bispo   PHP Real Estate Website   plugins/jQueryConfirm/usage.txt   Download  
File: plugins/jQueryConfirm/usage.txt
Role: Documentation
Content type: text/plain
Description: Documentation
Class: PHP Real Estate Website
Manage the properties of a real estate business
Author: By
Last change:
Date: 3 years ago
Size: 1,008 bytes
 

Contents

Class file image Download
jconfirm.defaults = { title: 'Hello', content: 'Are you sure to continue?', contentLoaded: function(){ }, icon: '', confirmButton: 'Okay', cancelButton: 'Close', confirmButtonClass: 'btn-default', cancelButtonClass: 'btn-default', theme: 'white', animation: 'zoom', closeAnimation: 'scale', animationSpeed: 500, animationBounce: 1.2, keyboardEnabled: false, rtl: false, confirmKeys: [13], // ENTER key cancelKeys: [27], // ESC key container: 'body', confirm: function () { }, cancel: function () { }, backgroundDismiss: false, autoClose: 'cancel|10000', closeIcon: null, columnClass: 'col-md-4 col-md-offset-4 col-sm-6 col-sm-offset-3 col-xs-10 col-xs-offset-1', onOpen: function(){ }, onClose: function(){ }, onAction: function(){ } };