码迷,mamicode.com
首页 >  
搜索关键字:checkboxlist    ( 71个结果
C# checkboxlist的使用
最近做项目,需要用到checklistbox这一控件,由于对这一控件并不是很熟悉,导致在此浪费了一点时间。http://www.cnblogs.com/hongfei/archive/2012/12/21/2828408.htmlfor (int i = 0; i 0) { ...
分类:Windows程序   时间:2015-10-29 11:21:24    阅读次数:273
checkbox全选
function?checkAll(obj){ ????????if(obj.checked){ ????????????var?checkboxList=?document.getElementsByTagName("input"); ????????????for(var?i?=0;i<checkb...
分类:其他好文   时间:2015-10-21 10:56:48    阅读次数:186
yii2 表单使用方法
Activeform 文本框:textInput(); 密码框:passwordInput(); 单选框:radio(),radioList(); 复选框:checkbox(),checkboxList(); 下拉框:dropDownList(); 隐藏域:hiddenInput(); 文本域:textarea(['rows'=>3]); 文件上传:fileInput(); 提交...
分类:其他好文   时间:2015-08-25 14:18:07    阅读次数:118
YII2.0 Activeform表单组件的使用方法
Activeform文本框:textInput();密码框:passwordInput();单选框:radio(),radioList();复选框:checkbox(),checkboxList();下拉框:dropDownList();隐藏域:hiddenInput();文本域:textarea(...
分类:其他好文   时间:2015-08-21 00:07:07    阅读次数:190
Yii提供的Htmler助手checkboxList可自定义Checkbox输出格式
foreach($catetags as $cate){ echo Html::checkboxList('category_id','',$cate,['item'=>'customCheckbox']); } /** * 自定义checkbox输出格式 */ func...
分类:Web程序   时间:2015-07-28 22:48:37    阅读次数:181
checkboxlist标签多选框组
checkboxlist标签为可以多选的多个复选框。如果Action中对应的属性为List类型或者数组类型,JSP中的checkboxlist标签会自动选中多个值。例如: 1 2 3 favouriteList = new ArrayList(); // List对象 5 6 ...
分类:其他好文   时间:2015-07-06 16:02:35    阅读次数:186
Silverlight CheckBoxList
Silverlight CheckBoxList...
分类:Web程序   时间:2015-06-25 00:08:40    阅读次数:174
WEBFORM--第五讲(复合控件)
RadioButtonList 拥有DropDownList所有的属性和功能。 它呈现出来的是单选按钮列表。 属性: RepeatDirection:布局的方向 RepeatLayout:用表格布局还是流式布局 RepeatColumns:一行显示几个CheckBoxList 拥有RadioButt...
分类:Web程序   时间:2015-05-30 14:52:38    阅读次数:198
offline页面开发常用方法及页面控件验证
offline页面开发常用方法及页面控件验证,对一些CheckBoxList操作进行封装,新人可以直接使用该代码。1、返回上一页网址 /// /// Description: /// 返回上一页网址 /// Author : 付义方 /// Create Date: 2014-02-09 ///...
分类:其他好文   时间:2015-05-07 14:37:14    阅读次数:119
JS实现CheckBoxList单选
这是后台绑定数据的Checkboxlist控件;(哈哈 我喜欢你,黄爱琴!)//实现checkboxlist单选 window.onload = function () { var cbl = document.getElementById(''); ...
分类:Web程序   时间:2015-04-30 19:56:36    阅读次数:256
71条   上一页 1 2 3 4 5 6 ... 8 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!