Cisco Telepresence MX800 매뉴얼 - 페이지 25

{카테고리_이름} Cisco Telepresence MX800에 대한 매뉴얼을 온라인으로 검색하거나 PDF를 다운로드하세요. Cisco Telepresence MX800 45 페이지. Wall-mounted mx800 single
Cisco Telepresence MX800에 대해서도 마찬가지입니다: 빠른 시작 매뉴얼 (12 페이지), 설치 매뉴얼 (16 페이지), 교체 매뉴얼 (46 페이지), 교체 매뉴얼 (47 페이지), 설치 매뉴얼 (30 페이지), 예비 부품 (24 페이지), 설치 매뉴얼 (16 페이지), 빠른 참조 매뉴얼 (2 페이지), 매뉴얼 (45 페이지), 빠른 참조 매뉴얼 (2 페이지), 빠른 참조 매뉴얼 (2 페이지), 시작하기 매뉴얼 (46 페이지)

Cisco Telepresence MX800 매뉴얼
Button with symbol
Table of contents
Introduction
Example of use: Controls for a media player, or other devices that can start,
Create a user interface
stop, pause.
API for in-room control
Events
Widgets
Widgets
Pressed
Command reference
Released
Clicked
Troubleshooting
Tips and tricks
Examples
Commands
Use the
D15358.01 APRIL 2016
A value of
Collaboration Endpoint software
version 8.1
release it.
© 2016 Cisco Systems, Inc.
All rights reserved.
    
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 interface.
SetValue
will highlight the button, and a value of
"active"
    
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.
active
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 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:
xCommand UserInterface Extensions Widget SetValue WidgetId: "symbol"
will
"inactive"
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 active state)
Value: "active"