paste_

paste_();

The paste_ method of the JadeRichText class programmatically pastes content (for example, text or an image) from the Windows clipboard into the JadeRichText control at the current cursor position.

Before you call the paste_ method, call the canPaste_ method to confirm there is suitable content available.

If the clipboard does not contain suitable content, the method does not result in any change. (This method is equivalent to selecting the Paste command in the context menu of the JadeRichText control at run time.)

2020.0.01 and higher