InsertBefore
methodsInserts a PanelBar item before the specified referenceItem
Parameters:itemString|Element|jQuery|Array
referenceItemString|Element|jQuery
Returns:kendo.ui.PanelBar
Target item, specified as a JSON object. You can pass item text, content or contentUrl here. Can handle an
TML string or array of such strings or JSON.
A reference item to insert the new item before.
Returns the PanelBar object to support chaining.