WebMaker pages make use of the Dojo Toolkit to provide some of the controls and functionality.
By default, any projects you create will reference dojo online rather than including the files in the project directly. As the Google CDN does not contain the latest Dojo version, it is now loaded directly from the Hyfinity website. (The 1.17.3 release is located at: https://www.hyfinity.com/releases/dojo/1.17.3/dojo/dojo.js)
If you wish to change this you simply need to edit the links in the skins that are in use in your project.
By default, any projects you create will reference dojo online rather than including the files in the project directly. As the Google CDN does not contain the latest Dojo version, it is now loaded directly from the Hyfinity website. (The 1.17.3 release is located at: https://www.hyfinity.com/releases/dojo/1.17.3/dojo/dojo.js)
If you wish to change this you simply need to edit the links in the skins that are in use in your project.
- From the 'Advanced Project Settings...' Project menu option click the Assets tab, and then select the XSL category.
- From here you should edit all the files that are named 'skin-..., eg skin-default.xsl'.
- Within each file will be a template called 'dojo_imports' containing the script tag being used to load the Dojo toolkit.
- The src URL here can be updated as needed to reference the required dojo version and location.
- If you wish to include the dojo release in your project directly, then you can copy the <install location>\design\repository\generic\mvc\generic\_resources\dojo directory into the webapp structure for your project (i.e. into the <install location>\users\user1\<workspace>\mvc\<project>\webapp\js directory), and then update the dojo import to use a src value of js/dojo/dojo/dojo.js.