How to
18 Dec 2017 / 1 minute to read
Get Ribbon object
After Ribbon initialization, Ribbon object is stored in a container element of Ribbon and it can be accessed for further processing.
// "defaultRibbon" is Id of Ribbon control
var ribbonObject = $("#defaultRibbon").ejRibbon("instance");
[or]
var ribbonObject = $("#defaultRibbon").data("ejRibbon");
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page