Standalone editor not showing up, No JS errors

Standalone editor not showing up, No JS errors

kaustubh.agrawal2000kaustubh.agrawal2000 Posts: 88Questions: 39Answers: 2
edited April 2018 in Editor

Hello,

I dont seem to get the standalone editor working..

Basically, I have an editor instance and have a button on the form,
when user clicks that button a new standalone editor instance should be opened .. which is not showing up for me.

Steps to reproduce
GOTO : gadhiya.in
UNAME: kaustubh.agrawal2012@gmail.com
PWD : 12345678
GOTO : https://gadhiya.in/sauda
CLICK : NEW
CLICK (ADD New Party) button besides Party information.. 

The existing editor also closes and the screen hangs..

Target Code: https://gadhiya.in/web/js/sauda.js
Function to open standalone editor : "addParty" 

Answers

  • allanallan Posts: 61,627Questions: 1Answers: 10,090 Site admin

    I'm sorry to say that an Editor inside an Editor is not something that is currently possible in Editor. That is something we hope to add in future, but at the moment you'd need to direct the user to a different page or redesign the UI a little to have only one Editor form open at a time.

    Allan

  • kaustubh.agrawal2000kaustubh.agrawal2000 Posts: 88Questions: 39Answers: 2

    @allan

    Will opening a modal box on button click (on editor form) and showing a standalone editor inside popup work ??

  • allanallan Posts: 61,627Questions: 1Answers: 10,090 Site admin

    I don't believe so. Editor is not currently designed to be used in a nested manner. That, as I say, is something we plan to add in future.

    Allan

This discussion has been closed.