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');
 }
Esempio n. 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;
 }
Esempio n. 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');
 }
Esempio n. 5
0
 public function __construct($type = 'linkedin')
 {
     parent::__construct($type);
 }
Esempio n. 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);
 }
Esempio n. 9
0
 public function __construct($type = 'chicory')
 {
     parent::__construct($type);
 }
 public function __construct($type = 'recipe-add-to-shopping-list')
 {
     parent::__construct($type);
 }
Esempio n. 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);
 }
Esempio n. 13
0
 public function __construct($type = 'recipe-description')
 {
     parent::__construct($type);
 }
Esempio n. 14
0
 public function __construct($type = 'recipe-favorite')
 {
     parent::__construct($type);
 }
 public function __construct($type = 'recipe-prep-time-text')
 {
     parent::__construct($type);
 }
Esempio n. 16
0
 public function __construct($type = 'recipe-post-content')
 {
     parent::__construct($type);
 }
Esempio n. 17
0
 public function __construct($type = 'paragraph')
 {
     parent::__construct($type);
 }
Esempio n. 18
0
 public function __construct($type = 'recipe-nutrition')
 {
     parent::__construct($type);
 }
 public function __construct($type = 'recipe-ingredient-container')
 {
     parent::__construct($type);
 }
Esempio n. 20
0
 public function __construct($type = 'bigoven')
 {
     parent::__construct($type);
 }
Esempio n. 21
0
 public function __construct($type = 'yummly')
 {
     parent::__construct($type);
 }
Esempio n. 22
0
 public function __construct($type = 'facebook')
 {
     parent::__construct($type);
 }
Esempio n. 23
0
 public function __construct($type = 'stumbleupon')
 {
     parent::__construct($type);
 }
Esempio n. 24
0
 public function __construct($type = 'recipe-cook-time')
 {
     parent::__construct($type);
 }
Esempio n. 25
0
 public function __construct($type = 'recipe-instructions')
 {
     parent::__construct($type);
 }
Esempio n. 26
0
 public function __construct($type = 'recipe-tag-name')
 {
     parent::__construct($type);
 }
Esempio n. 27
0
 public function __construct($type = 'rows')
 {
     parent::__construct($type);
 }
Esempio n. 28
0
 public function __construct($type = 'date')
 {
     parent::__construct($type);
 }
Esempio n. 29
0
 public function __construct($type = 'custom-field')
 {
     parent::__construct($type);
 }
Esempio n. 30
0
 public function __construct($type = 'food-fanatic')
 {
     parent::__construct($type);
 }