titleWidth

sets the width of the title for a vertical slider or range slider, if it's on the left when used with axisTitles

number titleWidth;

Example

webix.ui({ 
  view: "rangeslider", 
  vertical: true,
  title: o => `Handle with value ${o.value}`,
  moveTitle: true,
  axisTitles: v => v,
  titleWidth: 140
});

Details

Applies to vertical Slider and RangeSlider controls. Sets the pixel width of the title when it is on the left side of the slider track. Title is moved to the left when both title and axisTitles are enabled, because the axis labels are on the right.

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.