Wijmo UI for the Web
refresh Method
Refreshes wijsuperpanel. Needs to be called after content being changed.
Syntax
Javascript (Usage) 
$(function () {
    var returnsValue; // Type:  bool
    returnsValue = $(".selector").wijsuperpanel("refresh");
});
Javascript (Specification) 
function refresh() : bool;

Return Value

Returns true if it is successful, else returns false.
Browser Compatibility
7
5
5

See Also

Reference

wijsuperpanel type
wijsuperpanel jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.