Example #1
0
 /**
  * Initialize field settings
  */
 protected function init()
 {
     parent::init();
     $this->attributes['type'] = 'password';
 }
Example #2
0
 /**
  * Initialize field settings
  */
 protected function init()
 {
     parent::init();
     $this->attributes['type'] = 'hidden';
 }