A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Hello,
In my CMS R2 solution, I am trying to create an editor plugin that is not a modal window, but a new aspx-file - much like the "Insert image from file" and "Insert document" editor buttons. This is because I need to do a server postback in my plugin before I return the value to the editor, and also possibly inserting the InputPageReference web control in my plugin - both things I have come to understand is not working very well with a modal dialog.
Are there any examples or tips out there to guide me through this process? I have only found forum topics and articles regarding modal windows opening.
Thanks,
/Marten