Example #1
0
 public function __construct($parser)
 {
     $this->attribute = new WikiLingoWYSIWYG\ExpressionAttribute('Color', 'black', null, 'attribute|');
     parent::__construct($parser);
 }
Example #2
0
 public function __construct($parser)
 {
     $this->attribute = new ExpressionAttribute('Mode', 'wikiLingo', 'data-mode', 'attribute ');
     parent::__construct($parser);
 }