Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 707 Bytes

File metadata and controls

18 lines (14 loc) · 707 Bytes
id dxForm.smartPaste(text)

shortDescription

Populates the Form with AI-generated values based on supplied text.

param(text): String | undefined

The text that is used as the basis for field value generation.


[note] aiIntegration must be enabled for Smart Paste functionality.

If text is undefined, the method populates the Form with clipboard data. If the clipboard is empty, nothing is sent.

#include btn-open-demo with { href: "https://js.devexpress.com/Demos/WidgetsGallery/Demo/Form/SmartPaste/" }