-
Hi, I would like to use a modal to give the user the option to edit a field of a model object. In my case it would a json field so the form field would be matrix. Has anyone did something like that already and has a working code example? The docs are to basic. I guess I have to use asyncParameters() at the ModalToggle call to pass a parameter but no clue how to access that parameter in the modal / matrix field since there is nothing in the docs about it beside the method be mentioned. Do I need to call async() on the modal too? Sounds like thats used to load data but not sure, could also be for saving? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Look in the already installed application for the user list screen. |
Beta Was this translation helpful? Give feedback.
-
Oh nice. Thats the first thing I try to do. If there is already something like that implemented or in the example code but I never clicked on the email in the user list. |
Beta Was this translation helpful? Give feedback.
Look in the already installed application for the user list screen.
There is an example of quick user editing in a modal window (By clicking on email)