public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     $ret['placeholder']['readMore'] = trlKwfStatic('Read more') . ' »';
     $ret['showPreviewImage'] = true;
     return $ret;
 }
 public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     $ret['partialClass'] = 'Kwf_Component_Partial_Id';
     $ret['placeholder']['noEntriesFound'] = false;
     return $ret;
 }
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['generators']['child']['component']['paging'] = 'Kwc_Directories_List_ViewAjax_Paging_Component';
     $ret['loadMoreBufferPx'] = 700;
     //if false infinite scrolling is disabled, you still can call loadMore() manually
     $ret['loadDetailAjax'] = true;
     //true by default - the detail will be loaded via ajax
     $ret['partialClass'] = 'Kwf_Component_Partial_Id';
     return $ret;
 }
 public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     $ret['generators']['child']['component']['paging'] = null;
     $ret['mapOptions']['zoom'] = null;
     $ret['mapOptions']['zoomProperties'] = 0;
     $ret['mapOptions']['height'] = 400;
     $ret['mapOptions']['width'] = 550;
     $ret['mapOptions']['scale'] = 1;
     $ret['mapOptions']['satelite'] = 1;
     $ret['mapOptions']['overview'] = 1;
     $ret['mapOptions']['latitude'] = 47.95334614;
     // if dynamicStartPos = true this is center if no markers available, else this
     $ret['mapOptions']['longitude'] = 13.24444771;
     // point is centered
     $ret['mapOptions']['showAlwaysAllMarkers'] = true;
     // if true searchResults are shown blue, rest is red
     $ret['optimizedMobileUI'] = false;
     return $ret;
 }
Example #5
0
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['assetsDefer']['dep'][] = 'KwfGoogleMap';
     $ret['assetsDefer']['dep'][] = 'ExtUtilJson';
     $ret['assetsDefer']['dep'][] = 'ExtConnection';
     $ret['generators']['child']['component']['paging'] = null;
     $ret['mapOptions']['zoom'] = null;
     $ret['mapOptions']['zoomProperties'] = 0;
     $ret['mapOptions']['height'] = 400;
     $ret['mapOptions']['width'] = 550;
     $ret['mapOptions']['scale'] = 1;
     $ret['mapOptions']['satelite'] = 1;
     $ret['mapOptions']['overview'] = 1;
     $ret['mapOptions']['latitude'] = 47.95334614;
     // if dynamicStartPos = true this is center if no markers available, else this
     $ret['mapOptions']['longitude'] = 13.24444771;
     // point is centered
     $ret['mapOptions']['showAlwaysAllMarkers'] = true;
     // if true searchResults are shown blue, rest is red
     return $ret;
 }
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['placeholder']['readMore'] = trlKwfStatic('Read more') . ' »';
     return $ret;
 }
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['partialClass'] = 'Kwf_Component_Partial_Id';
     return $ret;
 }
 public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     $ret['generators']['child']['component']['paging'] = 'Kwf_Component_Cache_Paging_Directory_View_Paging_Component';
     return $ret;
 }
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['viewCache'] = false;
     return $ret;
 }