Projet

Général

Profil

Révision 8be7bf84

Ajouté par Assos Assos il y a plus de 5 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/views_ui.module
804 804
 * @see http://drupal.org/node/774876
805 805
 */
806 806
function views_ui_ajax_get_form($form_id) {
807
  $args = func_get_args();
808
  array_shift($args);
809

  
807 810
  // @see ajax_get_form()
808 811
  $form_state = array(
809 812
    'no_redirect' => TRUE,
......
812 815
  $form_state['rebuild_info']['copy']['#action'] = TRUE;
813 816

  
814 817
  // @see drupal_get_form()
815
  $args = func_get_args();
816
  array_shift($args);
817 818
  $form_state['build_info']['args'] = $args;
818 819
  $form = drupal_build_form($form_id, $form_state);
819 820

  
......
902 903
 * @see /js/jquery.ui.dialog.patch.js
903 904
 * @see /js/jquery.ui.dialog.min.js
904 905
 *
905
 * The javascript patch overwrites the $.ui.dialog.overlay.events object to
906
 * The JavaScript patch overwrites the $.ui.dialog.overlay.events object to
906 907
 * remove the mousedown, mouseup and click events from the list of events that
907 908
 * are bound in $.ui.dialog.overlay.create.
908 909
 */

Formats disponibles : Unified diff