ExtendedTextAreaShowToolbar Property |
Gets or sets if the toolbar is shown in the code editor.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax public bool ShowToolbar { get; set; }
Property Value
Type:
BooleanTrue, if the toolbar should be visible, otherwise false. Default is true.
See Also