CUI.Page.PageManager.add_ribbonInited(value) Method
Applies to: SharePoint Foundation 2010
Adds a specified handler to the handle the RibbonInited event.
CUI.Page.PageManager.add_ribbonInited(value);
Parameters
value
Object
The handler to add.
Remarks
This method calls the T:Sys.EventHandlerList.addHandler method to add the handler to handle RibbonInited event.