toolbar Object
Configures the toolbar of the Chat.
Example
<div id="chat"></div>
<script>
$("#chat").kendoChat({
toolbar: {
buttons: [
{ name: "ButtonA", iconClass: "k-icon k-i-gear" },
{ name: "ButtonA", iconClass: "k-icon k-i-gear" }
]
}
});
</script>
Related Properties
- toolbar.animation
- toolbar.animation.collapse
- toolbar.animation.collapse.effects
- toolbar.animation.collapse.duration
- toolbar.animation.expand
- toolbar.animation.expand.effects
- toolbar.animation.expand.duration
- toolbar.buttons
- toolbar.buttons.name
- toolbar.buttons.text
- toolbar.buttons.iconClass
- toolbar.buttons.attr
- toolbar.scrollable
- toolbar.toggleable