如何将textInput
设为readOnly
?我有以下示例代码:
<?= $form->field($model, 'GrossPay')->textInput(['id'=>'GrossPay','readonly'=> true])?>
答案 0 :(得分:4)
readOnly
只读
<?= $form->field($model, 'GrossPay')->textInput(['id'=>'GrossPay','readonly'=> true])?>
但这并没有什么不同。