Skip to content

Documentation for SoEditor 1.2.1

Multiple instances

Each instance owns its content, history, selection, services and tasks. Use a separate host and retain a separate handle for each editor.

During teardown, stop application listeners, await every instance’s destroy(), then remove the hosts. If initialization partially fails, destroy already-created instances too.

Run the two-instance teardown example.

Next steps

Examples · Configuration · Troubleshooting

HTML editing for website CMS · MIT