wsdlbound.js

来自「javascript 很酷的类库」· JavaScript 代码 · 共 12 行

JS
12
字号
isc.ListGrid.create({    ID: "countryList",    width:"100%", alternateRecordStyles:true, showAllRecords:true});isc.XMLTools.loadWSDL("/isomorphic/services/1.0/SmartClientOperations?WSDL", function () {    if (window.countryList) {                                                                                     countryList.setDataSource(countryDS);        countryList.fetchData();    }});

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?