Forces the widget to recreate the splitter.
Syntax
Javascript (Usage) | |
---|
$(function () {
var returnsValue; // Type: any
// Parameters
var size; // Type: bool
var state; // Type: bool
returnsValue = $(".selector").wijsplitter("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
wijsplitter jQuery Widget