Wijmo UI for the Web
needToScroll Method
The child to scroll to.
Determine whether scoll the child DOM element to view need to scroll the scroll bar
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijsuperpanel();
var value; // Type: any

// Parameters
var child; // Type:  DOMElement

value = instance.needToScroll(child);
Javascript (Specification) 
function needToScroll( 
   child : DOMElement
) : any;

Parameters

child
The child to scroll to.
Browser Compatibility
7
5
5

See Also

Reference

wijsuperpanel type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.