InsertAfter
methodsInserts a newly-created tab after a specified tab.
Parameters:itemArray|Object|String|Element|jQuery
referenceTabString|Element|jQuery
Returns:kendo.ui.TabStrip
Target tab(s), specified as a JSON object or array of objects. You can pass tab text, content or contentUrl here. Accepts also existing tab(s) specified as a string selector or jQuery object or DOM elements.
A reference tab to insert the new item after.
Returns the TabStrip object to support chaining.