$(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.