editaction

defines the action on which editors will be opened

string editaction;

Values

  • "click"
    opens the editor on a single click
  • "dblclick"
    opens the editor on a double click
  • "custom"
    allows only programmatic editing (denies opening editors for manual editing)
  • Example

    webix.ui({
        view:"datatable",
        editable:true,
        editaction:"dblclick"
        ...
    });


    Default value:

    "click"

    Related samples

    See also
    Back to top
    Join Our Forum
    We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.
    If you have not checked yet, be sure to visit site of our main product Webix html5 library and page of javascript tree table product.