custom editor window
custom editor window
acarlomagno
Posts: 17Questions: 3Answers: 0
in Editor
Hello,
it possible display a custom editor window ? ( when I click a edit button )
thanks
Antonello
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Editor has the concept of "display controllers". Basically, a display controller determines how the form is shown - it doesn't care about what is in the form (that's for another part). There are two built in display controllers: lightbox (the default) and envelope.
There is documentation available on how to write a custom display controller if neither of them suit you.
Regards,
Allan
Great!