2 answers
- 10-1
Because I had an error with a image upload in subform repeater (https://github.com/jogetoss/subform-repeater/issues/2) it came clear that Joget uses the Toast UI Image editor (version 3.15.3). This editor is has standard additional controls for drawing/marking etc. as I desperately need it.
Can someone advise on how to add/activate the additional available controls to the tui-image-editor-menu?
Add your comment... - 10-1
Hi, if you need custom functionality then you can either embed your own JavaScript library within a Custom HTML in a form, or develop your own custom file element plugin altogether following Developing Plugins.
- Fronsky
See my comment/question of July 9th. Must be a more simple solution. Can you help?
Add your comment...
I would like to be able to put a mark/drawing on the image when editing after uploading. The current editor from the image upload field doesn't support this (yet). How can I change this to another (javascript?) editor which is able to do this?