Wijmo UI for the Web
paintPanel Method
wijmo.superpanel Namespace > wijsuperpanel type : paintPanel Method
Refreshes wijsuperpanel. Needs to be called after content being changed.
Syntax
$(function () {
    var returnsValue; // Type:  bool
    // Parameters
    var unfocus; // Type:  any
    
    returnsValue = $(".selector").wijsuperpanel("paintPanel", unfocus);
});
function paintPanel( 
   unfocus : any
) : bool;

Parameters

unfocus

Return Value

Returns true if it is successful, else returns false.
See Also

Reference

wijsuperpanel type
wijsuperpanel jQuery Widget