Wijmo UI for the Web
scrollChildIntoView Method
The child to scroll to.
Scroll children DOM element to view.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijsuperpanel();
var value; // Type: any

// Parameters
var child; // Type:  DOMElement

value = instance.scrollChildIntoView(child);
Javascript (Specification) 
function scrollChildIntoView( 
   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.