- 7
- 0
- 约5.14千字
- 约 7页
- 2017-06-13 发布于湖北
- 举报
复选框checkBox,单选框radioBox。CheckboxGroup
如果在formPanel中使用了checkBox,radioBox时,在提交表单时使用formPanel.getForm().submit()来提交数据时,如果单选框和复选框未选中时,则extjs是不会提交这些控件的。在postdata中根本就不存在这些控件的任何影子。可以通过firebug来查看提交的数据。
Java代码
var checkboxgroup_temp = new Ext.form.CheckboxGroup({
id:myGroup,
xtype: checkboxgroup,
fieldLabel: 多选,
itemCls: x-check-group-alt,
// Put all controls in a single column with width 100%
columns: 1,
items : [{
layout : column,
items: [
{boxLabel: Item 1, name: cb-col-1},
原创力文档

文档评论(0)