Editor button size

1 Answer 296 Views
Editor
Justin
Top achievements
Rank 1
Iron
Justin asked on 21 Apr 2023, 02:39 PM

Is there a way to make the Editor toolbar buttons smaller? I'd like them to be small Bootstrap buttons.

1 Answer, 1 is accepted

Sort by
0
Hetali
Telerik team
answered on 24 Apr 2023, 04:04 PM

Hi Justin,

The built-in tools of the Kendo UI Editor are made of buttons, dropdown lists, color pickers and combo boxes. In order to modify the sizes of these components, refer to the following respective size appearance pages to update the class name of these components:

Upon using the following snippet, the sizes of the Editor tools appear small as demonstrated in this Dojo example:

$(".k-button-md").addClass("k-button-sm").removeClass("k-button-md");
$(".k-input-md").addClass("k-input-sm").removeClass("k-input-md");
$(".k-picker-md").addClass("k-picker-sm").removeClass("k-picker-md");

Let me know if this information helps or if I can further help you modify the built-in tools of the Kendo UI Editor.

Regards,
Hetali
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Editor
Asked by
Justin
Top achievements
Rank 1
Iron
Answers by
Hetali
Telerik team
Share this question
or