Need a special offer?Find out if your project fits.
+

ComponentFolder

Re-Open
Jose Antonio Veintimilla asked on February 2, 2018

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.

1 answer

Public
Tanya Gryshko Tanya Gryshko Flexmonster February 2, 2018

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.jsflexmonster.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

Please login or Register to Submit Answer