Ext中 对checkbo 动态的打钩, 设置checked
一个radiogroup:
maker.relationCheckBox.items.each(function(item){//设置关系多选item.setValue(true);});?这样checkbox就会被选中 发布时间: 2012-09-18 16:21:42 作者: rapoo
Ext中 对checkbo 动态的打钩, 设置checked
一个radiogroup:
maker.relationCheckBox.items.each(function(item){//设置关系多选item.setValue(true);});?这样checkbox就会被选中