<kendo:chat-toolbar-button>
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.
Example
<kendo:chat-toolbar-buttons>
<kendo:chat-toolbar-button></kendo:chat-toolbar-button>
</kendo:chat-toolbar-buttons>
Configuration Attributes
attr java.lang.Object
Defines an object that is applied to the button element as attributes.
Example
<kendo:chat-toolbar-button attr="attr">
</kendo:chat-toolbar-button>
iconClass java.lang.String
Defines the icon classes of the span that is rendered in the button.
Example
<kendo:chat-toolbar-button iconClass="iconClass">
</kendo:chat-toolbar-button>
name java.lang.String
Defines the name of the button.
Example
<kendo:chat-toolbar-button name="name">
</kendo:chat-toolbar-button>
text java.lang.String
Defines the text that will be used for the title of the icon button.
Example
<kendo:chat-toolbar-button text="text">
</kendo:chat-toolbar-button>