wijmo.tabs Namespace > wijtabs type : add Method |
Javascript (Usage) | |
---|---|
$(function () { var returnsValue; // Type: wijtabs // Parameters var url; // Type: string var label; // Type: string var index; // Type: number returnsValue = $(".selector").wijtabs("add", url, label, index); }); |
//Add a new tab to be a second tab. $("#element").wijtabs('add', "http://wijmo.com/newTab", "NewTab", 1);