Wijmo UI for the Web
refresh Method
A boolean value to indicate whether the refresh is triggered because the size of widget is changed.
A boolean value to indicate whether the refresh is triggered because the state of expander is changed(expanded/collapsed).
Forces the widget to recreate the splitter.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijsplitter();
var value; // Type: any

// Parameters
var size; // Type:  bool
var state; // Type:  bool

value = instance.refresh(size, state);
Javascript (Specification) 
function refresh( 
   size : bool,
   state : bool
) : any;

Parameters

size
A boolean value to indicate whether the refresh is triggered because the size of widget is changed.
state
A boolean value to indicate whether the refresh is triggered because the state of expander is changed(expanded/collapsed).
Browser Compatibility
7
5
5

See Also

Reference

wijsplitter type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.