Split[edit]
Constructors
Methods
- Split.blur()
- Void
Blurs the current editor.
Blurs the current editor.
- Split.focus()
- Void
Focuses the current editor.
Focuses the current editor.
- Split.getCurrentEditor()
Returns the current editor.
Returns the current editor.
- Split.getOrientation()
Returns the orientation.
Returns the orientation.
- Split.getSplits()
Returns the number of splits.
Returns the number of splits.
- Split.resize()
- Void
- Split.setSession(EditSession session, Number idx)
- Void
Sets a new EditSession for the indicated editor.
Sets a new EditSession for the indicated editor.
Arguments
| session | EditSession | Required. The new edit session |
| idx | Number | Required. The editor's index you're interested in |
- Split.UndoManagerProxy()
- Void