layout
defines the way of placement for timeline items
string layout;
Values
"y"
vertical layout
"x"
horizontal layout
Example
webix.ui({
view:"timeline",
layout: "x", // horizontal mode is set initially
data:time_data
});
Default value:
"y"
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.