InlineEditingTextBoxEnableEditingOnTextClick Property |
If
true edit mode can be reached by clicking the formatted text, otherwise the formatted text is not clickable and it's necessary to call
SwitchToEditMode method explicitly.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax public bool EnableEditingOnTextClick { get; set; }
Property Value
Type:
BooleanSee Also