Roo.util.Observable
Roo.SplitBar 

		   

Class Roo.SplitBar

Package:Roo
Defined In: Roo/SplitBar.js.
Class:SplitBar
Extends: Roo.util.Observable
Creates draggable splitter bar functionality from two elements (element to be dragged and element to be resized).



Usage:

var split = new Roo.SplitBar("elementToDrag", "elementToSize",
Roo.SplitBar.HORIZONTAL, Roo.SplitBar.LEFT);
split.setAdapter(new Roo.SplitBar.AbsoluteLayoutAdapter("container"));
split.minSize = 100;
split.maxSize = 600;
split.animate = true;
split.on('moved', splitterMoved);
Class Comments / Notes => [Add Your comment/notes about this class]
Config Options (Usually are also Properties)
Options Defined By
Public Properties
Property Description Defined By
 
Roo.SplitBar.BOTTOM : Number
Placement constant - The resizing element is positioned under splitter element
Placement constant - The resizing element is positioned under splitter element
Roo.SplitBar
 
Roo.SplitBar.HORIZONTAL : Number
Orientation constant - Create a horizontal SplitBar
Orientation constant - Create a horizontal SplitBar
Roo.SplitBar
 
Roo.SplitBar.LEFT : Number
Placement constant - The resizing element is to the left of the splitter element
Placement constant - The resizing element is to the left of the splitter element
Roo.SplitBar
 
Roo.SplitBar.RIGHT : Number
Placement constant - The resizing element is to the right of the splitter element
Placement constant - The resizing element is to the right of the splitter element
Roo.SplitBar
 
Roo.SplitBar.TOP : Number
Placement constant - The resizing element is positioned above the splitter element
Placement constant - The resizing element is positioned above the splitter element
Roo.SplitBar
 
Roo.SplitBar.VERTICAL : Number
Orientation constant - Create a vertical SplitBar
Orientation constant - Create a vertical SplitBar
Roo.SplitBar
Public Methods
Method Defined By
Events
Event Defined By
Documentation generated by Introspection Doc Generator on Fri Jul 13 2018 14:10:53 GMT+0800 (HKT) Based on JsDoc Toolkit