This readme file goes into details how to integrate Modelina into various environments.
Integrating Modelina into websites is is one of the core features, and each framework is different, so here are some of examples:
There are a few exceptions to the features Modelina support in a website environment. Those are listed here below:
- You cannot use the file generator to write to the client's disk.
Do NOT enable users to write their own option callbacks. This includes but not limits to preset hooks and constrain rules. The reason for this is that in some cases it will enable arbitrary code execution on your webserver (which you most probably don't want!).
To be on the safeside, only enable the user to chose between the internal options and presets, as you can see the playground does.
TODO