SmartPasteButton

Example

Razor
<kendo-smartpastebutton>
    <form-fields></form-fields>
    <service />
</kendo-smartpastebutton>

ChildTags

Attributes

AttributeTypeDescription
nameStringSets the name of the component.
cancel-iconStringSpecifies the icon displayed when the button is in listening/processing state.
enableBooleanSpecifies whether the SmartPasteButton widget will be enabled or disabled.
fill-modeFillModeSets a value controlling how the color is applied.
iconStringSpecifies the icon displayed on the button in its default state.
on-errorStringThe name of the JavaScript function that will handle the error event. Fired when an error occurs during SmartPasteButton processing.
on-request-endStringThe name of the JavaScript function that will handle the requestEnd event. Fired when the SmartPasteButton completes processing a paste operation.
on-request-startStringThe name of the JavaScript function that will handle the requestStart event. Fired when the SmartPasteButton begins processing a paste operation.
roundedRoundedSets a value controlling the border radius.
script-attributesIDictionary<String,Object>Sets the attributes that will be added to the script tag of the component's initialization script.
sizeComponentSizeSets the size of the component.
textStringSpecifies the text displayed on the button. If not set, the button will display only an icon.
theme-colorThemeColorSets the color of the component according to the applied theme.
is-in-client-templateBooleanWhen placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
deferredBooleanSuppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
as-moduleBooleanSpecifies whether the initialization script of the component will be rendered as a JavaScript module.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support