Cisco TelePresence SX10 Manuel - Sayfa 23

Konferans Sistemi Cisco TelePresence SX10 için çevrimiçi göz atın veya pdf Manuel indirin. Cisco TelePresence SX10 45 sayfaları. In-room control on touch 10
Ayrıca Cisco TelePresence SX10 için: Kurulum Kılavuzu (8 sayfalar), Kullanıcı Kılavuzu (26 sayfalar), Hızlı Kılavuz (2 sayfalar), Kullanıcı Kılavuzu (34 sayfalar), Kullanıcı Kılavuzu (29 sayfalar), Ön Kullanım Kılavuzu (9 sayfalar), Kullanıcı Kılavuzu (38 sayfalar), Kurulum Kılavuzu (8 sayfalar), Kullanıcı Kılavuzu (2 sayfalar), Kullanıcı Kılavuzu (37 sayfalar), Manuel (45 sayfalar), Kurulum Kılavuzu (2 sayfalar), Kullanıcı Kılavuzu (34 sayfalar), Kullanıcı Kılavuzu (5 sayfalar), Kullanıcı Kılavuzu (38 sayfalar), Kullanıcı Kılavuzu (38 sayfalar), Başlangıç Kılavuzu (46 sayfalar), Hızlı Kılavuz (2 sayfalar)

Cisco TelePresence SX10 Manuel
Spinner
Table of contents
Introduction
Example of use: Set the desired temperature in the room.
Create a user interface
API for in-room control
Events
Pressed
Widgets
Widgets
Released
Command reference
Clicked
Troubleshooting
Tips and tricks
Examples
Commands
Use the
D15358.01 APRIL 2016
buttons.
Collaboration Endpoint software
version 8.1
© 2016 Cisco Systems, Inc.
All rights reserved.
Aa...
Triggered when one of the spinner buttons is pressed
Value: <increment/decrement>
Triggered when one of the spinner buttons is released
Value: <increment/decrement>
Triggered when one of the spinner buttons is released
Value: <increment/decrement>
command to add or update the text between the two
SetValue
A spinner is used to step through a list of values. You may use the two buttons
to increment or decrement a number, or to step through a list of options.
Use the
command to add text between the buttons.
SetValue
Example:
Press and release the decrement button of the spinner with
WidgetId = "spinner".
Terminal mode
*e UserInterface Extensions Event Pressed Signal: "spinner:decrement"
** end
*e UserInterface Extensions Event Released Signal: "spinner:decrement"
** end
*e UserInterface Extensions Event Clicked Signal: "spinner:decrement"
** end
XML mode
.
.
.
<Event>
<UserInterface item="1">
<Extensions item="1">
<Widget item="1">
<Action item="1">
<WidgetId item="1">spinner</WidgetId>
<Value item="1">decrement</Value>
<Type item="1">clicked</Type>
</Action>
</Widget>
</Extensions>
</UserInterface>
</Event>
Example:
For the spinner with WidgetId = "spinner", add the text "22" between
the spinner's increment and decrement buttons.
xCommand UserInterface Extensions Widget SetValue WidgetId: "spinner"
Value: "22"
23