clipboard

enables/disables clipboard support on desktop devices

boolean|string clipboard;

Values

  • "block" (true)
  • "selection"
  • "repeat"
  • false
  • "custom"
  • Example

    webix.ui({
        view:"datatable",
        clipboard:true,
        ...
    });

    Related samples

    Details

    If you choose "custom" clipboard, define the onPaste event handler that will define how the copied content will be pasted.

    See also
    Back to top
    If you have not checked yet, be sure to visit site of our main product Webix popular javascript framework and page of javascript data grid product.