comparison Applications/StoneWebViewer/NOTES.txt @ 2016:f30d7055ed6a

new URL argument "menu" to change the layout of the list of studies/series
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 03 Dec 2022 08:12:14 +0100
parents 196684ae6206
children 5653b6335642
comparison
equal deleted inserted replaced
2015:d0e68dd335dd 2016:f30d7055ed6a
122 122
123 Then each request to the DICOMweb server will contain the HTTP header: 123 Then each request to the DICOMweb server will contain the HTTP header:
124 "Authorization: Bearer Hello" 124 "Authorization: Bearer Hello"
125 125
126 126
127 Additional options
128 ==================
129
130 - If present in the URL, the "menu" argument can be used to set the
131 default layout of the left-hand list of studies/series. Its allowed
132 values are "hidden", "small", "grid" (default value at the study
133 level), or "full" (default value at the series level). (new in Stone
134 Web viewer 2.5)
135
136
127 Dynamic actions using messages 137 Dynamic actions using messages
128 ============================== 138 ==============================
129 139
130 Some actions can be dynamically triggered in the Stone Web viewer from 140 Some actions can be dynamically triggered in the Stone Web viewer from
131 another Web page. This is done by using the "window.postMessage()" 141 another Web page. This is done by using the "window.postMessage()"