I would like to add a customized modal to editor. I have a button called 'Reject' when admin click on it a modal popup. The modal has a reason field and Ok , Cancel buttons. So how to create this modal in editor.
To use your own custom modal with Editor you need to create a display controller plug-in. Basically it is a wrapper around your modal which Editor then calls through its APIs.
Replies
Hi,
To use your own custom modal with Editor you need to create a display controller plug-in. Basically it is a wrapper around your modal which Editor then calls through its APIs.
There is a basic example of a custom display controller here.
Allan
Thanks Allan
I will try it and let you know
Regards