once the page is loaded with data , any change in event reloads the store but flexmonster component is not changing at all
Hello Sabby,
Flexmonster is not binding to data, so it requires an explicit call of `updateData()` method.
Please note, that in React you can access Flexmonster API using refs:
<FlexmonsterReact.Pivot ref="pivot" .../>
...
this.refs.pivot.flexmonster.updateData();
Regards,
Ian
TypeError: Cannot read property 'flexmonster' of undefined
this.refs.pivot.flexmonster.updateData({ data: this.getJsonData()});
this worked.
how can i have call with you guys to talk about pricing and few js needs as per project
can we have skype call ? let me know time
as when we move to prod wth your licencsed version , which file will get to add in projet and which one will be in your cloud?
the flexmonster.react.js i added in my project with small change this.flexmonster = new window.Flexmonster(config), without window (scope) i cldnt make it run.
so wanting to make sure what files you ll give me and what i can alter after using your licensed version.
Sabby,
To use Flexmonster in production you will need to buy a license key.
It will unlock a usage on the server with a real domain name.
Please find more about license keys in the docs - http://www.flexmonster.com/doc/managing-license-keys/
As for the JS files, using CDN is optional.
So, you can download the package with all JS files from our website and keep it on your server.
But you cannot change some parts of the code (such as flexmonster.js
).
Other JS/CSS can be changed (i.e. flexmonster.react.js
, flexmonster.toolbar.js
).
Also, I will forward your pricing request to the Sales Department, they will contact you soon.
Hope it helps.
Regards,
Ian