InsertBefore
methodsInserts an item into a ContextMenu before the specified referenceItem.
Parameters:itemObject|Array
referenceItemString|Element|jQuery
Returns:kendo.ui.ContextMenu
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 ContextMenu object to support chaining.