Art Dialog

Component ID

2059161

Component name

Art Dialog

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

1880

Component created

Component changed

Component body

artDialog is a UI dialog on javascript, which is nice and easy to use for javascript effect. This module migrate artDialog to Drupal and help drupal developer to use artDialog in the projects.

Also this module help drupal message (drupal_set_message) display in artDialog, please check the demo.
Which is similar with Better Message module.

But this module provides more artDialog API for more usages in Drupal.

Installation
------------------------
Download and enable this module as others.

Configuration
------------------------
Go to
[D7] admin/config/development/art-dialog
[D6] admin/settings/art-dialog

And there are many options to config the settings of artDialog.

Sample Usage
------------------------
Enable artDialog5 plugin firstly,
then

jQuery.alert('alet message');
jQuery.confirm('confirm', function(){});

Resources
------------------------
artDialog project:
https://github.com/aui/artDialog

artDialog demo:
http://aui.github.io/artDialog/

Snapshot
------------------------
Art Dialog Settings

-Power by Drupal大学