Wijmo UI for the Web
paintPanel Method
Refreshes wijsuperpanel. Needs to be called after content being changed.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijsuperpanel();
var value; // Type: bool

// Parameters
var unfocus; // Type:  any

value = instance.paintPanel(unfocus);
Javascript (Specification) 
function paintPanel( 
   unfocus : any
) : bool;

Parameters

unfocus

Return Value

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

See Also

Reference

wijsuperpanel type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.