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
Join Our Forum
We've retired comments here. Visit our forum for faster technical support,
connect with other developers, and share your feedback there.