CKEditorControlDialogButtonsOrder Property |
The guideline to follow when generating the dialog buttons. There are 3 possible options:
'OS' - the buttons will be displayed in the default order of the user's OS;
'ltr' - for Left-To-Right order;
'rtl' - for Right-To-Left order
Default value: OS
Namespace: CMS.CKEditorAssembly: CMS.CKEditor (in CMS.CKEditor.dll) Version: 8.2.23
Syntax public DialogButtonsOrder DialogButtonsOrder { get; set; }
Property Value
Type:
DialogButtonsOrderSee Also