Example #1
0
 public function init()
 {
     parent::init();
     if (!$this->readOnly) {
         $this->widget('yii\\widgets\\MaskedInput', ['clientOptions' => ['alias' => 'ip'], 'options' => $this->inputOptions]);
     }
 }