Click or drag to resize
CKEditorControlTabSpaces Property
Instructs the editor to add a number of spaces ( ) to the text when hitting the TAB key. If set to zero, the TAB key will be used to move the cursor focus to the next element in the page, out of the editor focus. Default value: 0

Namespace: CMS.CKEditor
Assembly: CMS.CKEditor (in CMS.CKEditor.dll) Version: 8.2.23
Syntax
C#
public int TabSpaces { get; set; }

Property Value

Type: Int32
See Also