Last modified by bougault on 2022/03/02 11:58

From version 35.1
edited by bougault
on 2020/09/03 11:14
Change comment: There is no comment for this version
To version 33.1
edited by bougault
on 2020/09/03 11:14
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -81,8 +81,9 @@
81 81  
82 82  The Collaboratory will get the settings from its key/value store and pass them to your app through query parameters.
83 83  
84 -== Updating parent frame URL fragment ==
85 85  
85 +== Updating parent frame fragment (hash) ==
86 +
86 86  The app you are developing might be a single page app that need to handle some routing between views. The Community Apps environment gives you the ability to update the parent frame fragment.
87 87  
88 88  It uses the [[postMessage javascript API>>https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage]] to communicate from the APP iframe to the wiki (parent) frame.