public function __construct($type = 'recipe-servings-changer')
 {
     parent::__construct($type);
     $this->add_style('width', '40px', 'input');
     $this->add_style('padding', '2px', 'input');
     $this->add_style('background', 'white', 'input');
     $this->add_style('border', '1px solid #bbbbbb', 'input');
 }
示例#2
0
 public function __construct($type = 'container')
 {
     parent::__construct($type);
     // This is always the starting point of the template
     $this->parent = -1;
     $this->row = 0;
     $this->column = 0;
     $this->order = 0;
 }
示例#3
0
 public function __construct($type = 'google')
 {
     parent::__construct($type);
 }
 public function __construct($type = 'recipe-unit-changer')
 {
     parent::__construct($type);
     $this->add_style('background', 'white', 'select');
     $this->add_style('border', '1px solid #bbbbbb', 'select');
 }
示例#5
0
 public function __construct($type = 'linkedin')
 {
     parent::__construct($type);
 }
示例#6
0
 public function __construct($type = 'table')
 {
     parent::__construct($type);
     $this->add_style('width', '100%');
 }
 public function __construct($type = 'recipe-ingredient-group')
 {
     parent::__construct($type);
 }
 public function __construct($type = 'recipe-print-button')
 {
     parent::__construct($type);
 }
示例#9
0
 public function __construct($type = 'chicory')
 {
     parent::__construct($type);
 }
 public function __construct($type = 'recipe-add-to-shopping-list')
 {
     parent::__construct($type);
 }
示例#11
0
 public function __construct($type = 'columns')
 {
     parent::__construct($type);
     $this->add_style('vertical-align', 'top', 'td');
 }
 public function __construct($type = 'recipe-add-to-meal-plan')
 {
     parent::__construct($type);
 }
示例#13
0
 public function __construct($type = 'recipe-description')
 {
     parent::__construct($type);
 }
示例#14
0
 public function __construct($type = 'recipe-favorite')
 {
     parent::__construct($type);
 }
 public function __construct($type = 'recipe-prep-time-text')
 {
     parent::__construct($type);
 }
 public function __construct($type = 'recipe-post-content')
 {
     parent::__construct($type);
 }
示例#17
0
 public function __construct($type = 'paragraph')
 {
     parent::__construct($type);
 }
示例#18
0
 public function __construct($type = 'recipe-nutrition')
 {
     parent::__construct($type);
 }
 public function __construct($type = 'recipe-ingredient-container')
 {
     parent::__construct($type);
 }
示例#20
0
 public function __construct($type = 'bigoven')
 {
     parent::__construct($type);
 }
示例#21
0
 public function __construct($type = 'yummly')
 {
     parent::__construct($type);
 }
示例#22
0
 public function __construct($type = 'facebook')
 {
     parent::__construct($type);
 }
示例#23
0
 public function __construct($type = 'stumbleupon')
 {
     parent::__construct($type);
 }
示例#24
0
 public function __construct($type = 'recipe-cook-time')
 {
     parent::__construct($type);
 }
示例#25
0
 public function __construct($type = 'recipe-instructions')
 {
     parent::__construct($type);
 }
示例#26
0
 public function __construct($type = 'recipe-tag-name')
 {
     parent::__construct($type);
 }
示例#27
0
 public function __construct($type = 'rows')
 {
     parent::__construct($type);
 }
示例#28
0
 public function __construct($type = 'date')
 {
     parent::__construct($type);
 }
 public function __construct($type = 'custom-field')
 {
     parent::__construct($type);
 }
 public function __construct($type = 'food-fanatic')
 {
     parent::__construct($type);
 }