PromptBoxFileSelectButtonComponent
Defines the File Select button component for the PromptBox. Allows users to attach files to their messages.
<kendo-promptbox>
<kendo-promptbox-end-affix>
<kendo-promptbox-fileselect-button></kendo-promptbox-fileselect-button>
</kendo-promptbox-end-affix>
</kendo-promptbox>
Selector
kendo-promptbox-fileselect-button
Export Name
Accessible in templates as #kendoPromptBoxFileSelectButtonInstance="kendoPromptBoxFileSelectButton"
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
accept |
|
Sets the | |
disabled |
|
Sets the disabled state of the button. | |
fillMode |
|
Sets the background and border styles of the button. | |
icon |
|
Sets the name of an existing font icon in the Kendo UI theme for the button. | |
iconClass |
|
Defines a CSS class, or multiple classes separated by spaces, applied to a span element inside the button. | |
imageUrl |
|
Specifies a URL for an img element inside the button. | |
multiple |
|
|
Allows you to select multiple files. |
restrictions |
|
Sets the restrictions for selected files. | |
rounded |
|
Sets the border radius of the button. | |
size |
|
Sets the padding of the button. | |
svgIcon |
|
Sets the SVG icon for the tool button. | |
themeColor |
|
Sets a predefined theme color for the button. | |
title |
|
Sets the title attribute of the button. |