I have had a look around for posts or other "how to" content on how to use the ShivaDark skin, now that we have upgraded our solution to 14.1. But I can't find anything which fits our situation.
We are not using any SmartClient server-side components. Only the JavaScript and other static web-server resources.
We are running ASP.NET in our site, which, up to now, is generating a skin-specific <script> tag for load_skin.js, as needed. In the browser, the page header looks like this:
This approach does not work for ShivaDark, at least as the skin resources are in the SmartClient installation.
Is there a demo or "how to" for doing this kind of thing? I don't want to get stuck on just using a sub-set of skins.
Thanks
We are not using any SmartClient server-side components. Only the JavaScript and other static web-server resources.
We are running ASP.NET in our site, which, up to now, is generating a skin-specific <script> tag for load_skin.js, as needed. In the browser, the page header looks like this:
| <!DOCTYPE html> |
| <html xmlns="http://www.w3.org/1999/xhtml" lang="en-AU"> |
| <head> |
| <meta http-equiv="X-UA-Compatible" content="edge"> |
| <title>OA loading...</title> |
| <script type="text/javascript">var isomorphicDir = "isomorphic/"; window.isc_useSimpleNames = false; isc_protocolURLs = ["http://", "https://", "file://", "mailto:", "../"];</script> |
| <script src="isomorphic/system/modules/ISC_Core.js"></script> |
| <script src="isomorphic/system/modules/ISC_Foundation.js"></script> |
| <script src="isomorphic/system/modules/ISC_Containers.js"></script> |
| <script src="isomorphic/system/modules/ISC_Grids.js"></script> |
| <script src="isomorphic/system/modules/ISC_Forms.js"></script> |
| <script src="isomorphic/system/modules/ISC_DataBinding.js"></script> |
| <script src="isomorphic/system/modules/ISC_RichTextEditor.js"></script> |
| <script src="isomorphic/skins/Shiva/load_skin.js"></script> |
Is there a demo or "how to" for doing this kind of thing? I don't want to get stuck on just using a sub-set of skins.
Thanks
Comment