Append
methodsAppends an item to a ContextMenu in the specified referenceItem's sub menu (or the root ContextMenu if not specified).
Parameters:itemObject|Array
Returns:kendo.ui.ContextMenu
Item to be appended, specified as a JSON object. An array of objects can also be passed.
Returns the ContextMenu object to support chaining.