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