Changes for page Community App Developer Guide
Last modified by bougault on 2022/03/02 11:58
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -64,7 +64,7 @@ 64 64 65 65 The Collaboratory comes with a mechanism to let your app store its settings directly in the Collaboratory. 66 66 67 -In order to do that, your app needs to use the [[postMessage javascript API>>https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage]] to send the settings to be stored in the Collaboratory . The settings are key/value pairs as in the example below.67 +In order to do that, your app needs to use the [[postMessage javascript API>>https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage]] to send the settings to be stored in the Collaboratory: 68 68 69 69 {{code language="javascript"}} 70 70 window.parent.postMessage({ ... ... @@ -83,4 +83,4 @@ 83 83 84 84 == Creating your OpenID Connect client == 85 85 86 -See the instructions [[here>>doc: Collabs.collaboratory-community-apps.Community App Developer Guide.1\.Registering an OIDC client.WebHome]].86 +See the instructions [[here>>doc:.Registering an OIDC client.WebHome]].