コード例 #1
0
ファイル: class.php プロジェクト: shads196770/cbox-theme
 /**
  */
 protected function init()
 {
     // run parent
     parent::init();
     // init directives
     $this->title = __('Border Style', infinity_text_domain);
     $this->description = __('Choose a style for the border', infinity_text_domain);
     $this->style_property = 'border-style';
 }
コード例 #2
0
ファイル: class.php プロジェクト: shads196770/cbox-theme
 /**
  */
 protected function init()
 {
     // run parent
     parent::init();
     // init directives
     $this->title = __('Background Image Tiling', infinity_text_domain);
     $this->description = __('Set the tiling mode of the background image', infinity_text_domain);
     $this->style_property = 'background-repeat';
     $this->default_value = 'repeat';
 }