You are here

function dialog_command_reload in Dialog 7

Same name and namespace in other branches
  1. 7.2 includes/dialog.commands.inc \dialog_command_reload()

Force a client-side reload.

File

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

Code

function dialog_command_reload() {
  return array(
    'command' => 'dialog_reload',
  );
}