Home  >  Article  >  Backend Development  >  yii实现CheckBox复选框在同一行显示的方法_php实例

yii实现CheckBox复选框在同一行显示的方法_php实例

WBOY
WBOYOriginal
2016-05-16 20:29:111061browse

本文实例讲述了yii实现CheckBox复选框在同一行显示的方法。分享给大家供大家参考。具体实现方法如下:

yii 让CheckBoxList默认输出的是换行了,一个checkbox是换一行了,这样对有些设置就不合要求了,下面我们就来实现yii让CheckBoxList在同一行显示。
Yii的checkBoxList是一列,如下图所示:

网上有人说

复制代码 代码如下:
$form->checkBoxList($model,'like',array(1=>'篮球',2=>'羽毛球',3=>'音乐'),array('template'=>'{input}{label}','separator'=>' ')

这样可以实现但我发现效果还是不行,希望大家不要再使用这一行了。

我的解决方法是用yiibooster的checkBoxListInlineRow来实现,如下图所示:

希望本文所述对大家基于Yii框架的PHP程序设计有所帮助。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn