This is a migrated thread and some comments may be shown as answers.

overflow button in html instead of java script

1 Answer 40 Views
Toolbar
This is a migrated thread and some comments may be shown as answers.
Jakob
Top achievements
Rank 1
Jakob asked on 27 May 2015, 08:24 AM

Is it possible to define a toolbar with overflow button in html instead of java script?

When I create the toolbar in html there is no <ul> tag with k-overflow-container which contains the button in toolbar. 

Example:

<div kendo-toolbar >

     <button type="button" name="btnNewBeleg" class="btn btn-primary" ng-click="newBeleg()" data-overflow="auto">new</button>

</div>

1 Answer, 1 is accepted

Sort by
0
Alexander Valchev
Telerik team
answered on 29 May 2015, 08:14 AM
Hello,

I am afraid that this is not possible at present. Please define the ToolBar items in the items configuration option.

Regards,
Alexander Valchev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Toolbar
Asked by
Jakob
Top achievements
Rank 1
Answers by
Alexander Valchev
Telerik team
Share this question
or