grid jsp中 autocomplete="off" 这个属性也具有换行功能;
{
header: "量化积分说明",
field: "description",
allowSort: true,
width: "35%",
align: "left",
headerAlign: "center",
allowCellWrap: "true",
renderer: function(e) {
var aa = e.row.description.split('\n'); //根据/n进行截取,
var b = '';
$.each(aa, function(i, v) { //each循环
b += v + '<br>'
})
return b;
}
}
、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、
找不到字体颜色的功能了, 加粗部门为重点。