|
CORE
NATIVE
TABLE
MAKE
CUSTOMIZE
EFFECTS
effects_base.js
effects_morph.js
effects_fade.js
effects_move.js
effects_extra.js
effects_toggle.js
effects_cycle.js
effects_cycles.js
VIRTUAL BOX
PLUG-IN
|
custom_windows.js
Contains three extensions for the Custom Class: Custom.Alert, Custom.Confirm and Custom.Prompt.They allow to create powerful, fully-customizable and flexible standard windows without overwritingthe standard methods. Contains Class Custom.Alert, Class Custom.Confirm, Class Custom.Prompt Requires Summary
Allows to create fully-customized alert, without overwriting the standard window.alert method.You can works with all Custom parameters and methods and you can have many different alerts in thesame page as you want. Extends Custom Constructor new Custom.Alert (title, text, options) Properties
Options
Allows to create fully-customized confirm, without overwriting the standard window.confirm method.You can works with all Custom parameters and methods and you can have many different confirms in thesame page as you want. Extends Custom Constructor new Custom.Confirm (title, text, options) Properties
Options
Allows to create fully-customized prompt (single or multi), without overwriting the standard window.prompt method.You can works with all Custom parameters and methods and you can have many different prompts in thesame page as you want. Extends Custom Constructor new Custom.Prompt (title, text, options) Properties
Options
Documentation By
Riccardo Degni -
powered by MakeDocs, CMS by RD |