mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / Settings Object / javascript_dom_paste Property
In This Topic
    javascript_dom_paste Property
    In This Topic
    Description

    Controls whether DOM pasting is supported in the editor.

    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property javascript_dom_paste As Boolean
    Remarks

    Controls whether DOM pasting is supported in the editor via execCommand("paste"). The |javascript_access_clipboard| setting must also be enabled. Also configurable using the "disable-javascript-dom-paste" command-line switch.
     

    See Also