Anonymousprnt::Y
Find:

   |


 
 
Click on images to see them in full screen

Switcher

From V10.0.17 of Door Tablet, you may switch rooms on the same display. This is useful if space is in premium and you wish to use the same single room display for a number of rooms, on the same tablet.

How users use the Switcher

  1. You provide two visual objects users can touch - one on the right and one on the left of the screen
  2. Repeat touch keeps changing the room, when the end is reached, the first is displayed
  3. You may add any number of rooms, but they must be from the same "location"
  4. Both right and left direction work in the same way



Swiping
Swipe is enabled too.


If you like to use Swipe only and not show the switcher graphics, in this case the triangles above, use the following CSS:

#switcherRight, #switcherLeft {
background-image: none;
}


Notes:

  1. You may brand the visual objects, such as the triangles above, as you see fit. This is done using CSS. See below.
  2. The graphics can be placed anywhere on the screen
  3. All rooms included must be fully licensed
  4. You cannot mix room with flexible design and none flexible design
  5. When a tablet restarts it always start with the same room
  6. After switching a room, the display resumes to the opening room after three minutes from the last switch

Configuring a room to support switching
  1. Open a room document
  2. In Basics, navigate to the "Switcher" field
  3. Click on the magnifying glass to pick rooms
  4. The current room will not show in the list
  5. Save your setting and clear the rooms list cache


Branding
The following CSS elements may be used:

.roomSwitcher {
position: absolute;
top: 10px;
height: 73px;
width: 47px;
display: none;
cursor: e-resize;
opacity: 0.5;
}

#switcherRight {
right: 10px;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSU.............uQmCC);
}

#switcherLeft {
left: 10px;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSU..............uQmCC);
}