Good Morning.
In the application I am currently using your cdn. Both the trial version and the SaaS version download the same files. If I change the location of the componentFolder property from https://cdn.flexmonster.com/2.4/
to my local location js / plugins / flexmonster / lib / the application does not run. Can you tell me where I can download the complete package with all the components (including loc / es.json)?
Currently my code is this way:
container: "pivotContainer",
componentFolder: "https://cdn.flexmonster.com/2.4/",
// componentFolder: "assets / js / plugins / flexmonster / lib /",
global: {
localization: "loc / en.json"
},
Thank you very much.
Hello, Jose,
Thank you for posting your question here!componentFolder
property should specify URL of the component’s folder which contains all necessary files, e.g. flexmonster.js
, flexmonster.css
, etc. All these files are inside flexmonster/
folder. For your case, please modify your code the following way:
//remove 'lib /'
componentFolder: "assets / js / plugins / flexmonster / "
Concerning localization files, you can download them from our GitHub repository.
Please let me know if you have any other questions.
Regards,
Tanya