CKEditorControlUseComputedState Property |
Indicates that some of the editor features, like alignment and text direction,
should used the "computed value" of the feature to indicate it's on/off state,
instead of using the "real value".
If enabled, in a left to right written document,
the "Left Justify" alignment button will show as active,
even if the alignment style is not explicitly applied to the current
paragraph in the editor.
Default value: true
Namespace: CMS.CKEditor.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 12.0.0
Syntax public bool UseComputedState { get; set; }
Property Value
Type:
BooleanSee Also