Search for that node by finding its id in the
getEditableRegionList()
array, and prepend your text to its innerHTML.
emichael brandt
LeedsJohn wrote:
> 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?
>
>