yii2 ActiveForm field 添加 html 代码

统一修改

$form = ActiveForm::begin([

'fieldConfig' => [

'options'=>['class' => 'weui-cell weui-cell_access'],//修改 {label} 上一层样式
'template' => "<div class='col-sm-3 text-left'>{label}</div><div class='col-sm-9'>{input}\n{hint}\n{error}</div>",

'labelOptions' => ['class' => 'weui-label'],//修改label样式
'inputOptions' => ['class' => 'weui-input'],//修改input样式


]
]);

指定修改

原来activeForm field 默认输出的html 代码不能满足项目需求,需要在原来基础上添加其他一些html代码。
例如:<?= $form->field($model, 'username',)->textInput(['value'=>$model->username]) ?>

改成:

<?= $form->field($model, 'username',[
  'template' => "{label}\n{input}\n{hint}<p class='fa fa-user'>ssdfsdfd</p>\n\n{error}"
])->textInput(['value'=>$model->username]) ?>

{label}\n{input}\n{hint}<p class='fa fa-username'>ssdfsdfd</p>\n\n{error}

 

转载于:https://www.cnblogs.com/jimz/p/9963660.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值