I wanted to use the JS Code of the ISC Feature Explorer Example "Mass Update" in a stripped down, standalone example; this example works in the Feature Explorer, but NOT in my extracted standalone version ...
The URL of the example in the Feature Explorer:
- http://localhost:8080/isomorphic/system/reference/SmartClient_Explorer.html#massUpdate
The URL of my extracted standalone version:
- http://localhost:8080/testBed.html (I've placed it in the 'smartclientSDK' DIR)
When I omit the 'dataSource: countryDS' declaration in the ListGrid creation, the widgets are shown in the standalone example, too ... I suppose now that something happens during the construction phase of the Feature Explorer that makes those dataSources work in place; but not if one extracts the code ...
I have attached my extracted standalone version as 'testBed.html'.
The URL of the example in the Feature Explorer:
- http://localhost:8080/isomorphic/system/reference/SmartClient_Explorer.html#massUpdate
The URL of my extracted standalone version:
- http://localhost:8080/testBed.html (I've placed it in the 'smartclientSDK' DIR)
When I omit the 'dataSource: countryDS' declaration in the ListGrid creation, the widgets are shown in the standalone example, too ... I suppose now that something happens during the construction phase of the Feature Explorer that makes those dataSources work in place; but not if one extracts the code ...
I have attached my extracted standalone version as 'testBed.html'.
Comment