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

Vertical toolbar? Possible?

1 Answer 282 Views
Toolbar
This is a migrated thread and some comments may be shown as answers.
Dirk
Top achievements
Rank 1
Dirk asked on 13 Jul 2016, 09:01 PM

I would like to have a vertical toolbar - a buttonbar actually. The buttonbar would be parked along the vertical margin of the page.

 

Is this possible? I don't see it as a configuration? Where do I begin?

 

TIA

 

$("#toolbarMapTools").kendoToolBar({items: [
{ type: "button", id:"legend", imageUrl: "images/icons_black/legend.png", overflow: "never"},
{ type: "button", id:"layers", imageUrl: "images/icons_black/layers.png", overflow: "never"},
{ type: "button", id:"basemap", imageUrl: "images/icons_black/basemap.png", overflow: "never"},
{ type: "button", id:"overview", imageUrl: "images/icons_black/overview.png", overflow: "never"},
{ type: "button", id:"bookmarks", imageUrl: "images/icons_black/bookmarks.png", overflow: "never"},
{ type: "button", id:"measure", imageUrl: "images/icons_black/measure.png", overflow: "never"},
{ type: "button", id:"print", imageUrl: "images/icons_black/print.png", overflow: "never"},
{ type: "button", id:"time", imageUrl: "images/icons_black/time.png", overflow: "never"},
{ type: "button", id:"photos", imageUrl: "images/icons_black/photos.png", overflow: "never"}
],
click: function(e) {
doSomething(e.target[0].id);
}
});

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 15 Jul 2016, 11:41 AM
Hi Dirk,

This outcome is not supported by Kendo UI Toolbar. What I would suggest as a workaround is using custom CSS to change the appearance. Take a look at this dojo which should give a basic idea.

Regards,
Iliana Nikolova
Telerik by Progress
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
 
Tags
Toolbar
Asked by
Dirk
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or