My company has already bought the license.
(1) The
current indentation as shows in the picture,like AttachFile1
(2) When I press the “RemoveOrderedList”,
Second indent was deleted as picture,like AttachFile2.
(3) After that, I press delete key on the
keyboard while the cursor position at the end of first “HelloWord!”, then
second “HelloWrod!” is combined with first indentation ,like AttachFile3
The question is: Is there any way that
pressing delete key on the keyboard while the cursor position at the end of
first indentation, then deleting second indentation and combine the content
with first indentation without pressing “RemoveOrderedList”, just like picture
above. Currently, when I do that the result as picture below. , AttachFile4
Perhaps, a method which can get the next
element could solve it, the code below can get the current selected element, is
there a method can get next element?
var selElm = editor.getSelectedElement();