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');
 }
 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;
 }
Beispiel #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');
 }
 public function __construct($type = 'linkedin')
 {
     parent::__construct($type);
 }
Beispiel #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);
 }
 public function __construct($type = 'chicory')
 {
     parent::__construct($type);
 }
 public function __construct($type = 'recipe-add-to-shopping-list')
 {
     parent::__construct($type);
 }
Beispiel #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);
 }
 public function __construct($type = 'recipe-description')
 {
     parent::__construct($type);
 }
 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);
 }
 public function __construct($type = 'paragraph')
 {
     parent::__construct($type);
 }
 public function __construct($type = 'recipe-nutrition')
 {
     parent::__construct($type);
 }
 public function __construct($type = 'recipe-ingredient-container')
 {
     parent::__construct($type);
 }
Beispiel #20
0
 public function __construct($type = 'bigoven')
 {
     parent::__construct($type);
 }
Beispiel #21
0
 public function __construct($type = 'yummly')
 {
     parent::__construct($type);
 }
 public function __construct($type = 'facebook')
 {
     parent::__construct($type);
 }
 public function __construct($type = 'stumbleupon')
 {
     parent::__construct($type);
 }
 public function __construct($type = 'recipe-cook-time')
 {
     parent::__construct($type);
 }
 public function __construct($type = 'recipe-instructions')
 {
     parent::__construct($type);
 }
 public function __construct($type = 'recipe-tag-name')
 {
     parent::__construct($type);
 }
Beispiel #27
0
 public function __construct($type = 'rows')
 {
     parent::__construct($type);
 }
Beispiel #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);
 }