type

defines the layout borders

string type;

Values

  • "line"
    cells with a border
  • "clean"
    cells without a border
  • "wide"
    cells with a border and wide space between siblings
  • "space"
    cells with a border and wide space between siblings plus padding from the parent container
  • "form"
    cells without a border and with padding around all of them
  • Example

    webix.ui({
        type: "space",
        rows: [
          ...
        ]
    });


    Default value:

    "line"

    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 javascript ui framework and page of ui layout product.