Jump to: navigation, search

Difference between revisions of "Visibility"


(Created page with "It is possible to set the visibility of a property for the visualization on the mobile device. This mechanism is used to hide System properties for the "normal" user. Every pr...")
 
Line 1: Line 1:
It is possible to set the visibility of a property for the visualization on the mobile device. This mechanism is used to hide System properties for the "normal" user.
+
It is possible to set the visibility of every property for the visualization on the mobile device via the [[Application Context Management]]. <br>
Every property marked with visibility = "Visible" will be displayed on the device.
+
This mechanism is used to hide System properties for the "normal" user.<br>
Every property marked with visibility = "Hidden" is not visible on the mobile device unless the user changes the "Show Invisible Properties" setting to true.
+
*Every property marked with visibility = "Visible" will be displayed on the device.
 +
*Every property marked with visibility = "Hidden" is not visible on the mobile device unless the user changes the "Show Invisible Properties" setting to true.
 +
{{Hint|Check the ACM configurations by using the [[ACM Manager]].}}

Revision as of 22:18, 24 July 2013

It is possible to set the visibility of every property for the visualization on the mobile device via the Application Context Management.
This mechanism is used to hide System properties for the "normal" user.

  • Every property marked with visibility = "Visible" will be displayed on the device.
  • Every property marked with visibility = "Hidden" is not visible on the mobile device unless the user changes the "Show Invisible Properties" setting to true.
IC Hint square.pngCheck the ACM configurations by using the ACM Manager.