function dialog_command_loading in Dialog 6
Same name and namespace in other branches
- 7 dialog.module \dialog_command_loading()
Display loading screen in the modal
File
- ./
dialog.module, line 105
Code
function dialog_command_loading() {
return array(
'command' => 'dialog_loading',
);
}