Class Index | File Index

Classes

Any elements of the API not documented in the API reference are considered experimental and unsupported.
These may be removed in a future release.

Copyright (c) 2007-2015 by Cisco Systems, Inc.

Namespace window


Defined in: cwic.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Global window namespace
Method Summary
Method Attributes Method Name and Description
<static>  
window._cwic_onPopupVideoPluginLoaded(videopluginobject, win)
global(window) level function to handle video plug-ins loaded in iframe/popup window.
<static>  
global(window) level function object to handle SSO token receiving from child window (popup or iFrame).
Namespace Detail
window
Global window namespace
Method Detail
<static> window._cwic_onPopupVideoPluginLoaded(videopluginobject, win)
global(window) level function to handle video plug-ins loaded in iframe/popup window. Should be called from video object onLoad handler $.fn.cwic-createVideoWindow.
Example onLoad function in iframe.html
Parameters:
{JSAPI} videopluginobject
video plug-in object (DOM Element)
{DOMWindow} win
iframe or popup window
Returns:
undefined

<static> {function} window._cwic_onSSOTokenReceived(msg)
global(window) level function object to handle SSO token receiving from child window (popup or iFrame). Should be called after the token is returned in URL of the target HTML page configured via 'redirect_uri' parameter.
Parameters:
{Object} msg
message received from popup/iFrame
{string} msg.url
URL with parameters:
  • access_token - returned token
  • token_type - Always "Bearer"
  • expires_in - Number of seconds the returned token is valid
Documentation generated by JsDoc Toolkit 2.4.0 on Wed Jul 08 2015 19:01:40 GMT+0200 (Central Europe Daylight Time)