ToolBar - More tools functionality

1 Answer 44 Views
Button
Vladislav
Top achievements
Rank 2
Iron
Iron
Vladislav asked on 21 Jan 2022, 12:15 PM

Hello.

I have a question. Is the 'more tools' functionality planned (button on the right with three dots and pop-up menu) in the near future, as we can see in the toolbar for JQUERY?

For example here: Resizing in jQuery ToolBar Widget Demo | Kendo UI for jQuery (telerik.com)

Well thank you.

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 25 Jan 2022, 05:38 AM

Hi Vladislav,

You can achieve the desired behavior with the current functionality of the components and use DropDownButton with "..." as text for example. Here is a simple implementation demonstrating this approach:

      <ToolbarItem>
        <DropDownButton text="...">
          <DropDownButtonItem icon="text" text="Plain Text" />
          <DropDownButtonItem icon="html" text="HTML" />
        </DropDownButton>
      </ToolbarItem>

More information about the DropDownButton can be found in the following section:

Hope this helps.

 

Regards,
Konstantin Dikov
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
Button
Asked by
Vladislav
Top achievements
Rank 2
Iron
Iron
Answers by
Konstantin Dikov
Telerik team
Share this question
or