<kendo:chat-toolbar>
Configures the toolbar of the Chat.
Example
<kendo:chat>
<kendo:chat-toolbar></kendo:chat-toolbar>
</kendo:chat>
Configuration Attributes
animation boolean
Configures the toggle animation of the toolbar. If disabled, an animation will not be played. Further configuration is available via kendo:chat-toolbar-animation.
Example
<kendo:chat-toolbar animation="animation">
</kendo:chat-toolbar>
scrollable boolean
Enables or disables the scrollable behavior of the toolbar.
Example
<kendo:chat-toolbar scrollable="scrollable">
</kendo:chat-toolbar>
toggleable boolean
Enables or disables the toggleable behavior of the toolbar.
Example
<kendo:chat-toolbar toggleable="toggleable">
</kendo:chat-toolbar>
Configuration JSP Tags
kendo:chat-toolbar-animation
Configures the toggle animation of the toolbar. If disabled, an animation will not be played.
More documentation is available at kendo:chat-toolbar-animation.
Example
<kendo:chat-toolbar>
<kendo:chat-toolbar-animation></kendo:chat-toolbar-animation>
</kendo:chat-toolbar>
kendo:chat-toolbar-buttons
Defines the collection of buttons that will be rendered. When using only an array of strings, the added string will define the name option of the button.
More documentation is available at kendo:chat-toolbar-buttons.
Example
<kendo:chat-toolbar>
<kendo:chat-toolbar-buttons></kendo:chat-toolbar-buttons>
</kendo:chat-toolbar>