Wijmo UI for the Web
setTabPageVisible Method
The id of the tab page.
The visible state of the tab page.
Sets a ribbon tab page as visible or not.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijribbon();
var value; // Type: any

// Parameters
var id; // Type:  string
var visible; // Type:  bool

value = instance.setTabPageVisible(id, visible);
Javascript (Specification) 
function setTabPageVisible( 
   id : string,
   visible : bool
) : any;

Parameters

id
The id of the tab page.
visible
The visible state of the tab page.
Browser Compatibility
7
5
5

See Also

Reference

wijribbon type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.