Questions by Pramod (OTCS ticket 2935437 ):
As I begin to start my development efforts using the Smart UI SDK, I have a few technical queries that I would like you to address for me. I have gone through the documentation and to be honest, it’s quite an amount of information to absorb. So far I have been able to setup my development environment with NPM and Grunt. All is good there and I was able to run the test samples on the local NPM server too using the csui-sdk-16.0.3. Following the presentation document further, I was able to setup an environment for widget development too using the generator-csui-extension-16.0.3. My queries are as follows,
I’m trying out the Custom Column sample - csui-sdk-16.0.3\samples\cells\reserved. However, I do not see any test.html generated for this sample within the csui-sdk-16.0.3.
1. Are the test.html files or the test folders in general generated by hand or via grunt methods? Must I refer other test.html files in order to be able to generate one for this sample?
2. To deploy this sample on my actual environment, do I simply place the reserved folder under the support\csui\cells folder? Or must I create a module to install this?
3. To debug this example to test out other case scenarios before deployment, I must be performing this on the NPM server first via the IE/Chrome developer tools. Is that correct?