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

Reload of flexmonster

Resolved
sabby asked on August 23, 2017

once the page is loaded with data , any change in event reloads the store but flexmonster component is not changing at all

6 answers

Public
Ian Sadovy Ian Sadovy Flexmonster August 24, 2017

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

Public
sabby August 24, 2017

TypeError: Cannot read property 'flexmonster' of undefined

Public
sabby August 24, 2017

  this.refs.pivot.flexmonster.updateData({ data: this.getJsonData()}); 
this worked. 
 

Public
sabby August 24, 2017

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 

Public
sabby August 24, 2017

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.

Public
Ian Sadovy Ian Sadovy Flexmonster August 24, 2017

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

Please login or Register to Submit Answer