Answered
Insert text into specific editable region
I can use dom.getEditableRegionList() and
dom.getSelectedEditableRegion() to write text into the selected
editable region, but I would like to insert text at the start of an
editable region called 'mainContent'.
How can I do this?
How can I do this?
