Hi all,
Well, I think it's all in the title.
The code below insert an element into the currently selected position in the editor:
Ok, but how to specificied a position for the insertion (ex: inserting the element at position 1) ?
Thanks for advance.
Well, I think it's all in the title.
The code below insert an element into the currently selected position in the editor:
editor.insertElement( elem );
Ok, but how to specificied a position for the insertion (ex: inserting the element at position 1) ?
Thanks for advance.