示例#1
0
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['cssClass'] .= ' kwfup-webListNone';
     $ret['assets']['dep'][] = 'jQuery';
     // Define the mask parent node, if parent is not body, parents css position has to be "relative"
     $ret['maskParent'] = 'body';
     return $ret;
 }
示例#2
0
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['level'] = 'main';
     return $ret;
 }