barPosition

defines the position of the taskbar

string barPosition;

Example

webix.ui({
    systemParams: user,
    barPosition: "top",     apps: myApps,
})

Related samples

Details

Possible options are:

  • "top"
  • "bottom"
  • "right"
  • "left".
Back to top