Kendo UI for jQuery SmartPasteButton Overview
Loading Demo...
- EXAMPLE
- VIEW SOURCE
-
Change Theme
defaultDefault Theme
- Main
- Main Dark
- Nordic
- Ocean Blue
- Ocean Blue A11Y
- Purple
- Turquoise
Bootstrap Theme- Main
- Bootstrap 3
- Bootstrap 3 Dark
- Main Dark
- Nordic
- Turquoise
- Turquoise Dark
- Urban
- Vintage
Material Theme- Main
- Arctic
- Lime Dark
- Main Dark
- Material 2
- Material 2 Dark
- Nova
Classic Theme- Main
- Green
- Green Dark
- Lavender
- Lavender Dark
- Main Dark
- Metro
- Metro Dark
- Moonlight
- Opal
- Opal Dark
- Silver
- Silver Dark
- Uniform
Fluent Theme- Main
- Main Dark
index.html
Also available for:
API REFERENCEDescription
The SmartPasteButton helps users paste unstructured clipboard text into multiple form fields by sending the text to an AI service and mapping the response to the relevant inputs.
This demo shows a typical workflow—copy the sample text and click Smart Paste to populate the form fields. The loader is toggled through the request lifecycle events to provide clear user feedback.
This SmartPasteButton example is part of the Kendo UI for jQuery demos collection.
Features
- Overview—Learn how the SmartPasteButton works and what scenarios it addresses.
- Getting Started—Initialize the component and wire it to a form.
- AI Service Integration—Configure the service endpoint used for Smart Paste.
- Appearance—Control size, theme color, fill mode, rounded corners, and icons.
- Events—Handle request lifecycle events and provide progress feedback.
- Error Handling—Recover gracefully when the pasted text is incomplete by resetting state and clearing validation.
- Keyboard Navigation—Use the SmartPasteButton through keyboard interactions.
- API Reference—Review the SmartPasteButton client-side API.