$(function () { var returnsValue; // Type: any // Parameters var id; // Type: string var visible; // Type: bool returnsValue = $(".selector").wijribbon("setTabPageVisible", id, visible); });
Parameters
- id
- The id of the tab page.
- visible
- The visible state of the tab page.