layout

defines x or y orientation of layout

string layout;

Values

  • "y"
    the vertical orientation
  • "x"
    the horizontal orientation
  • Example

    webix.ui({
        view:"list",
        layout:"x"
    });


    Default value:

    "y"

    Related samples

    See also
  • Articles
  • Back to top
    If you have not checked yet, be sure to visit site of our main product Webix lightweight js framework and page of javascript menu product.