You are here

function dialog_command_loading in Dialog 7

Same name and namespace in other branches
  1. 6 dialog.module \dialog_command_loading()

Creates a Drupal AJAX command to open the modal with a loading animation.

File

./dialog.module, line 169
The Dialog module provides an API for displaying and interacting with jQuery UI Dialog modals.

Code

function dialog_command_loading() {
  return array(
    'command' => 'dialog_loading',
  );
}