comparison Applications/StoneWebViewer/WebApplication/configuration.json @ 1698:8805a6a01655

"DateFormat" configuration option
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 27 Nov 2020 10:13:15 +0100
parents c2802561d7f9
children 0598c87e1e88
comparison
equal deleted inserted replaced
1697:c2802561d7f9 1698:8805a6a01655
2 /** 2 /**
3 * Enables/disables the print button. 3 * Enables/disables the print button.
4 **/ 4 **/
5 "PrintEnabled" : true, 5 "PrintEnabled" : true,
6 6
7 /**
8 * Defines how dates are displayed in the UI. If this option is not
9 * set, the DICOM tags will be displayed as such. "DD" will be
10 * replaced by the day, "MM" by the month, and "YYYY" by the year.
11 **/
12 // "DateFormat" : "DD/MM/YYYY",
13
7 /** 14 /**
8 * The allowed origin for messages corresponding to dynamic actions 15 * The allowed origin for messages corresponding to dynamic actions
9 * triggered by another Web page using "window.postMessage()". The 16 * triggered by another Web page using "window.postMessage()". The
10 * special value "*" will allow any origin, which is an insecure 17 * special value "*" will allow any origin, which is an insecure
11 * value to be used only during development. If this option is not 18 * value to be used only during development. If this option is not