コード例 #1
0
ファイル: inputNumber.php プロジェクト: dev-lucid/html
 public function init()
 {
     $this->allowedAttributes[] = 'autocomplete';
     $this->allowedAttributes[] = 'size';
     $this->allowedAttributes[] = 'min';
     $this->allowedAttributes[] = 'max';
     parent::init();
 }
コード例 #2
0
ファイル: inputCheckbox.php プロジェクト: dev-lucid/html
 public function init()
 {
     $this->allowedAttributes[] = 'value';
     parent::init();
 }