We are working on some skin customization as indicated in the documentation (https://www.smartclient.com/smartgwt...SassSkins.html).
We would like to change some defaults, as we can easily do with this code:
There does not seems to be a way to integrate the javascript code above with the theme generation process.
It would be great to have a way to add that snippet to load_skin.js, but we can't find a way to do it natively.
We are asking for a way to keep our js customization in the same location as the css customizations.
Is this possible?
We would like to change some defaults, as we can easily do with this code:
Code:
isc.ListGrid.addProperties({ gridComponents : ["header", "filterEditor", "body", "summaryRow"]})
It would be great to have a way to add that snippet to load_skin.js, but we can't find a way to do it natively.
We are asking for a way to keep our js customization in the same location as the css customizations.
Is this possible?
Comment