public function __construct($name, $label, $model) { // parent::__construct($name, $label, $model); // $this->addAttribute(['style' => 'text-transform: uppercase;']); }
public function __construct($name, $label, $model) { // parent::__construct($name, $label, $model); // $this->addAttribute(['style' => 'text-align: right;']); }
/** * define a mascara que sera aplicada * * @param string $content * */ public function __construct($content = NULL) { parent::__construct(); $this->_mask = '###.###.###-##'; $this->_content = $content; }