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');
 }
Ejemplo 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;
 }
Ejemplo n.º 3
0
 public function __construct($type = 'google')
 {
     parent::__construct($type);
 }
Ejemplo n.º 4
0
 public function __construct($type = 'recipe-unit-changer')
 {
     parent::__construct($type);
     $this->add_style('background', 'white', 'select');
     $this->add_style('border', '1px solid #bbbbbb', 'select');
 }
Ejemplo n.º 5
0
 public function __construct($type = 'linkedin')
 {
     parent::__construct($type);
 }
Ejemplo 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);
 }
Ejemplo n.º 8
0
 public function __construct($type = 'recipe-print-button')
 {
     parent::__construct($type);
 }
Ejemplo n.º 9
0
 public function __construct($type = 'chicory')
 {
     parent::__construct($type);
 }
 public function __construct($type = 'recipe-add-to-shopping-list')
 {
     parent::__construct($type);
 }
Ejemplo 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);
 }
Ejemplo n.º 13
0
 public function __construct($type = 'recipe-description')
 {
     parent::__construct($type);
 }
Ejemplo n.º 14
0
 public function __construct($type = 'recipe-favorite')
 {
     parent::__construct($type);
 }
Ejemplo n.º 15
0
 public function __construct($type = 'recipe-prep-time-text')
 {
     parent::__construct($type);
 }
Ejemplo n.º 16
0
 public function __construct($type = 'recipe-post-content')
 {
     parent::__construct($type);
 }
Ejemplo n.º 17
0
 public function __construct($type = 'paragraph')
 {
     parent::__construct($type);
 }
Ejemplo n.º 18
0
 public function __construct($type = 'recipe-nutrition')
 {
     parent::__construct($type);
 }
 public function __construct($type = 'recipe-ingredient-container')
 {
     parent::__construct($type);
 }
Ejemplo n.º 20
0
 public function __construct($type = 'bigoven')
 {
     parent::__construct($type);
 }
Ejemplo n.º 21
0
 public function __construct($type = 'yummly')
 {
     parent::__construct($type);
 }
Ejemplo n.º 22
0
 public function __construct($type = 'facebook')
 {
     parent::__construct($type);
 }
Ejemplo n.º 23
0
 public function __construct($type = 'stumbleupon')
 {
     parent::__construct($type);
 }
Ejemplo n.º 24
0
 public function __construct($type = 'recipe-cook-time')
 {
     parent::__construct($type);
 }
Ejemplo n.º 25
0
 public function __construct($type = 'recipe-instructions')
 {
     parent::__construct($type);
 }
Ejemplo n.º 26
0
 public function __construct($type = 'recipe-tag-name')
 {
     parent::__construct($type);
 }
Ejemplo n.º 27
0
 public function __construct($type = 'rows')
 {
     parent::__construct($type);
 }
Ejemplo n.º 28
0
 public function __construct($type = 'date')
 {
     parent::__construct($type);
 }
Ejemplo n.º 29
0
 public function __construct($type = 'custom-field')
 {
     parent::__construct($type);
 }
Ejemplo n.º 30
0
 public function __construct($type = 'food-fanatic')
 {
     parent::__construct($type);
 }