Check documentation for the latest version of dhtmlxSuite setArrowsMode DHTMLX Docs

setArrowsMode

sets the mode for auto show/hide left-right tabs arrows

void setArrowsMode(string mode);
modestringthe mode of showing tabs arrows: "auto" or "always"

Example

myTabbar.setArrowsMode(mode);

Details
  • the "auto" mode allows automatically show/hide tabs arrows
  • in the "always" mode tabs arrows are always shown
Change log

added in 4.1

Back to top