Page tree
Skip to end of metadata
Go to start of metadata

Insert tab at the caret position.

When there is a selection, the selected block is deleted and tab is inserted.

In a table cell, move to the next cell.

In the start of a paragraph, increase indent.


Parameters:

NameTypeDescription
actionNameString'tab' tab inserting API


Example:

editor.execCommand('tab');
  • No labels