InsertBefore
methodsInserts an item into a Menu before the specified referenceItem.
Parameters:itemObject|Array
referenceItemString|Element|jQuery
Returns:kendo.ui.Menu
Target item, specified as a JSON object. Can also handle an array of such objects.
A reference item to insert the new item before
Returns the Menu object to support chaining.