Exemple #1
0
 /**
  * Sets the default scrolling style.
  *
  * @param  string $scrollingStyle
  */
 public static function setDefaultScrollingStyle($scrollingStyle = 'Sliding')
 {
     self::$_defaultScrollingStyle = $scrollingStyle;
 }