-
Hi All ! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The editor (demo) currently only shows how to create the form for the creation of a new notice.
Loading a notice will use the xpathAbsolute and xpathRelative of fields.json to fill the form. |
Beta Was this translation helpful? Give feedback.
The editor (demo) currently only shows how to create the form for the creation of a new notice.
This is also just one way to do it and has been done keeping the demo factor in mind (using basic browser features, no extra libs, no Angular, ...).
I would not recommend reusing this as-is for production, but you can certainly get a lot of ideas from it.
In our roadmap we plan the following features next:
Loading a notice will use the xpathAbsolute and xpathRelative of fields.json to fill the form.
So first create the empty form and then fill it. A bit more code is required for the repeat…