Wijmo UI for the Web
setTabPageVisible Method
wijmo.ribbon Namespace > wijribbon type : 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
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var id; // Type:  string
    var visible; // Type:  bool
    
    returnsValue = $(".selector").wijribbon("setTabPageVisible", id, visible);
});
function setTabPageVisible( 
   id : string,
   visible : bool
) : any;

Parameters

id
The id of the tab page.
visible
The visible state of the tab page.
See Also

Reference

wijribbon type
wijribbon jQuery Widget