Cisco TelePresence MX700 Handbuch - Seite 25

Blättern Sie online oder laden Sie pdf Handbuch für Konferenz-System Cisco TelePresence MX700 herunter. Cisco TelePresence MX700 45 Seiten. Single camera on a free standing floor stand or a floor stand secured to the wall
Auch für Cisco TelePresence MX700: Installationshandbuch (32 seiten), Schnellstart-Handbuch (12 seiten), Installationshandbuch (28 seiten), Installationshandbuch (29 seiten), Installationshandbuch (32 seiten), Kurzreferenz-Handbuch (2 seiten), Handbuch (45 seiten), Installationshandbuch (29 seiten), Kurzreferenz-Handbuch (2 seiten), Kurzreferenz-Handbuch (2 seiten), Handbuch "Erste Schritte (46 seiten)

Cisco TelePresence MX700 Handbuch

Button with symbol

Table of contents
Introduction
Example of use: Controls for a media player, or other devices that
Create a user interface
can start, stop, pause.
API for in-room control
Events
Pressed
Widgets
Widgets
Released
Command reference
Clicked
Troubleshooting
Tips and tricks
Examples
In-Room Control on Touch 10
for Cisco TelePresence
MX200 G2, MX300 G2,
MX700, MX800,
SX10, SX20, SX80
Collaboration Endpoint
software version CE8.2
Commands
D15358.02 - JULY 2016
www.cisco.com
© 2016 Cisco Systems, Inc.
Use the
All rights reserved.
interface. A value of
"inactive"
    
inactive
Triggered when the button is pressed
Value: N/A
Triggered when the button is released
Value: N/A
Triggered when the button is released
Value: N/A
command to highlight or not the button in the user
SetValue
will highlight the button, and a value of
"active"
will release it.
There are buttons with different symbols under the Icons tab in the
library. Such a button has similar behavior as a button with custom
text.
    
A button has two states: active and inactive. You do not have to set
the button in active state when someone taps it; the button can be
active
used to just send a signal without changing its visual state.
Example:
*e UserInterface Extensions Event Pressed Signal: "symbol"
** end
*e UserInterface Extensions Event Released Signal: "symbol"
** end
*e UserInterface Extensions Event Clicked Signal: "symbol"
** end
.
.
.
<Event>
<UserInterface item="1">
</UserInterface>
</Event>
Example:
active state)
xCommand UserInterface Extensions Widget SetValue WidgetId: "symbol"
25
Press and release the button with WidgetId = "symbol".
Terminal mode
XML mode
<Extensions item="1">
<Widget item="1">
<Action item="1">
<WidgetId item="1">symbol</WidgetId>
<Value item="1"></Value>
<Type item="1">clicked</Type>
</Action>
</Widget>
</Extensions>
Highlight the button with WidgetId = "symbol" (set it in
Value: "active"