📄 customeditors.js
字号:
isc.ListGrid.create({ ID: "countryList", width:620, height:224, alternateRecordStyles:true, showAllRecords:true, cellHeight:42, wrapCells:true, dataSource: countryDS, fields:[ {name:"countryName", width:100}, {name:"government", width:175, editorType:"textArea", editorProperties:{height:40} }, {name:"population", width:100, formatCellValue:"isc.Format.toUSString(value)", editorType:"spinner" }, {name:"independence", width:225, editorProperties:{useTextField:false} } ], autoFetchData: true, canEdit: true, editEvent: "click"})
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -