function ctools_modal_command_loading in Chaos Tool Suite (ctools) 6
Same name and namespace in other branches
- 7 includes/modal.inc \ctools_modal_command_loading()
Display loading screen in the modal
File
- includes/
modal.inc, line 133 - Implement a modal form using AJAX.
Code
function ctools_modal_command_loading() {
return array(
'command' => 'modal_loading',
);
}