Difference between revisions of "URL Keywords"

From HSYCO
Jump to navigation Jump to search
Line 11: Line 11:
 
* '''nopics''': disables the display of the images associated to the devices, as set in the systemtopo.txt file. This option is typically used to enhance the performances in case of slow remote connections
 
* '''nopics''': disables the display of the images associated to the devices, as set in the systemtopo.txt file. This option is typically used to enhance the performances in case of slow remote connections
 
* '''page=<page name>''': when the user interface is initially loaded by the browser, display the specified page instead of the menu
 
* '''page=<page name>''': when the user interface is initially loaded by the browser, display the specified page instead of the menu
* "notouch": disabled touch events, enabling standard mouse events. Used for touch devices that don't recognize touch events
+
* '''notouch''': disables touch events, enabling standard mouse events. Used for touch devices that don't recognize touch events

Revision as of 11:17, 19 June 2014

The user interface supports some options that can modify its behavior. These options are activated by specifying special keywords in the page URL, they are therefore freely manageable from each Web Browser.

The complete URL format is:

https://<name server>/<URLKey>/<subdirectory name>?<options>

The options field can assume one or more of the keywords listed below; multiple keywords can be separated with the "." character:

  • nocamstream: disables MJPEG streaming to the Web browser, even if the browser supports this format
  • nocache: disables the HTML5 persistent cache for the Web session, overriding the default settings
  • nopics: disables the display of the images associated to the devices, as set in the systemtopo.txt file. This option is typically used to enhance the performances in case of slow remote connections
  • page=<page name>: when the user interface is initially loaded by the browser, display the specified page instead of the menu
  • notouch: disables touch events, enabling standard mouse events. Used for touch devices that don't recognize touch events