Exemplo n.º 1
0
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['viewCache'] = false;
     $ret['dimension'] = array('text' => trlKwfStatic('default'), 'width' => 230, 'height' => 0, 'cover' => true);
     return $ret;
 }
Exemplo n.º 2
0
 public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     $ret['ownModel'] = 'Kwc_Basic_Image_TestModel';
     $ret['dimension'] = array('width' => 16, 'height' => 16, 'cover' => true);
     return $ret;
 }
Exemplo n.º 3
0
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['generators']['child'] = array('class' => 'Kwf_Component_Generator_Static', 'component' => array('linkTag' => 'Kwc_Basic_ImageEnlarge_EnlargeTag_Component'), 'addUrlPart' => false);
     $ret['cssClass'] = 'kwcBasicImageEnlarge ' . Kwf_Config::getValue('kwc.imageEnlarge.cssClass');
     return $ret;
 }
Exemplo n.º 4
0
 public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     $ret['dimension'] = array('width' => self::CONTENT_WIDTH, 'height' => 0, 'cover' => true);
     $ret['componentName'] = trlKwfStatic('Large Image');
     $ret['imgCssClass'] = 'kwfUp-hideWhileLoading';
     return $ret;
 }
Exemplo n.º 5
0
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['dimension'] = array('width' => 40, 'height' => 40, 'cover' => true);
     return $ret;
 }
Exemplo n.º 6
0
 public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     $ret['dimension'] = array('text' => 'default', 'width' => 20, 'height' => 0, 'cover' => true);
     return $ret;
 }