Method |
Description |
|
ClearRelatedMaps ( ) : void |
|
|
InvokeAuthorContextMenuCallback ( string contextMenuItemName, string rootMap, string map, string node ) : void |
|
|
InvokeReaderContextMenuCallback ( string contextMenuItemName, string rootMap, string map, string node ) : void |
|
|
IsJavascriptLibraryLoaded ( ) : bool |
|
|
IsYammerAvailable ( ) : bool |
This returns whether or not the Yammer Embed API is available in the currently used page-layout/master-page combination. Note: It is meant to be called where no map is loaded yet in the Management Console and allows setting up of Yammer properties. There is a more thorough test of if a particular root map has Yammer available that is done when a map is loaded, that exists in the RelatedContentPanels logic. |
|
LoadRelatedIframeContent ( string content, int width, int height ) : void |
|
|
LoadRelatedNodeHtmlContent ( string content, int width, int height ) : void |
|
|
LoadRelatedVideoContent ( string videoSourceUrl, VideoSize videoSize ) : void |
|
|
MapLoadedCallback ( bool rootMapLoaded ) : void |
|
|
ResetAndHidePanels ( ) : void |
|
|
SetAuthorMode ( ) : void |
|
|
SetReaderMode ( ) : void |
|
|
ShowActivityFeeds ( ) : void |
|
|
ShowRelatedMaps ( string relatedMapsJson ) : void |
|
|