Projet

Général

Profil

Révision 99781f3b

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

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views_slideshow/contrib/views_slideshow_cycle/views_slideshow_cycle.views_slideshow.inc
51 51
      // Action.
52 52
      'pause' => array('default' => 1),
53 53
      'pause_on_click' => array('default' => 0),
54
      'play_on_hover' => array('default' => 0),
54 55
      'action_advanced' => array('default' => 0),
55 56
      'start_paused' => array('default' => 0),
56 57
      'remember_slide' => array('default' => 0),
......
219 220
    '#title' => t('Pause on hover'),
220 221
    '#default_value' => $view->options['views_slideshow_cycle']['pause'],
221 222
    '#description' => t('Pause when hovering on the slideshow image.'),
223
    '#states' => array(
224
      'enabled' => array(
225
        ':input[name="style_options[views_slideshow_cycle][play_on_hover]"]' => array('checked' => FALSE),
226
      ),
227
    ),
228
  );
229
  $form['views_slideshow_cycle']['play_on_hover'] = array(
230
    '#type' => 'checkbox',
231
    '#title' => t('Play on hover'),
232
    '#default_value' => $view->options['views_slideshow_cycle']['play_on_hover'],
233
    '#description' => t('Play when hovering on the slideshow image.'),
234
    '#states' => array(
235
      'enabled' => array(
236
        ':input[name="style_options[views_slideshow_cycle][pause]"]' => array('checked' => FALSE),
237
      ),
238
    ),
222 239
  );
223 240
  $form['views_slideshow_cycle']['pause_on_click'] = array(
224 241
    '#type' => 'checkbox',
......
442 459
      'after' => 'after',
443 460
      'allowPagerClickBubble' => 'allowPagerClickBubble',
444 461
      'animIn' => 'animIn',
462
      'animInDelay' => 'animInDelay',
445 463
      'animOut' => 'animOut',
464
      'animOutDelay' => 'animOutDelay',
446 465
      'autostop' => 'autostop',
447 466
      'autostopCount' => 'autostopCount',
448 467
      'backwards' => 'backwards',

Formats disponibles : Unified diff