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(
: bool,
: 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
See Also
Reference
wijsplitter type