setupShowOperation & html fields #451
Replies: 1 comment
-
Hey Mauro, Show operation doesn't have fields, it has columns. To add fields to the Show operation you have to create that logic yourself. If I were you, I'd create a custom widget that shows a form, and in that form show a QYSIWYG editor. Take note that you have to take care of EVERYTHING in that custom functionality - showing the form, submitting the form, saving the form. It's custom, so it's completely in your control. But it's also your responsibility to code everything. Hope it helps. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can i render a field type wysiwyg in setupShowOperation?
Beta Was this translation helpful? Give feedback.
All reactions