|

楼主 |
发表于 2019-12-16 15:58:10
|
显示全部楼层
var parentNode = this.getElementByXid("givingScoreDiv");
var option = {
parentNode : parentNode,
// input的属性,设计时有的属性都可以设置
xid : "givingScore"+this._givingScoreI,
dataType : "Integer",
autoComplete : false,
class : 'form-control x-edit',
style : 'height:30px;width:40px;display:inline-block;',
readonly : false,
disabled : false,
};
new input(option);
这是我引入的input,我该怎么给input的后边和前边加上span? |
|