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) 
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var id; // Type:  string
    var visible; // Type:  bool
    
    returnsValue = $(".selector").wijribbon("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
wijribbon jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.