Cisco TelePresence MX700 매뉴얼 - 페이지 23

{카테고리_이름} Cisco TelePresence MX700에 대한 매뉴얼을 온라인으로 검색하거나 PDF를 다운로드하세요. Cisco TelePresence MX700 45 페이지. Single camera on a free standing floor stand or a floor stand secured to the wall
Cisco TelePresence MX700에 대해서도 마찬가지입니다: 설치 매뉴얼 (32 페이지), 빠른 시작 매뉴얼 (12 페이지), 설치 매뉴얼 (28 페이지), 설치 매뉴얼 (29 페이지), 설치 매뉴얼 (32 페이지), 빠른 참조 매뉴얼 (2 페이지), 매뉴얼 (45 페이지), 설치 매뉴얼 (29 페이지), 빠른 참조 매뉴얼 (2 페이지), 빠른 참조 매뉴얼 (2 페이지), 시작하기 매뉴얼 (46 페이지)

Cisco TelePresence MX700 매뉴얼
Spinner
Table of contents
Introduction
Example of use: Set the desired temperature in the room.
Create a user interface
Events
Pressed
API for in-room control
Released
Widgets
Widgets
Clicked
Command reference
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
Use the
© 2016 Cisco Systems, Inc.
All rights reserved.
two buttons.
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
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