Click or drag to resize
CKEditorControlDisableNativeTableHandles Property
Disables the "table tools" offered natively by the browser (currently Firefox only) to make quick table editing operations, like adding or deleting rows and columns. Default value: true

Namespace: CMS.CKEditor.Web.UI
Assembly: CMS.CKEditor.Web.UI (in CMS.CKEditor.Web.UI.dll) Version: 11.0.0
Syntax
C#
public bool DisableNativeTableHandles { get; set; }

Property Value

Type: Boolean
See Also