- ページ 24

会議システム 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 custom text
Table of contents
Text
inactive
Introduction
Example of use: Room presets for lighting, for example three buttons that show
Create a user interface
Dark, Cool, Bright.
If you want to have the buttons linked so that only one can be selected at a time
(radio buttons), consider to use
API for in-room control
Events
Widgets
Widgets
Pressed
Command reference
Released
Troubleshooting
Clicked
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.
Text
active
Group
buttons.
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"
Buttons with custom text come in different sizes. The size determines the
maximum number of characters you can add. Text does not wrap to a new line.
You cannot use the
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 the button's visual state.
Example:
*e UserInterface Extensions Event Pressed Signal: "button"
** end
*e UserInterface Extensions Event Released Signal: "button"
** end
*e UserInterface Extensions Event Clicked Signal: "button"
** end
.
.
.
<Event>
<UserInterface item="1">
<Extensions item="1">
<Widget item="1">
</Widget>
</Extensions>
</UserInterface>
</Event>
Example:
xCommand UserInterface Extensions Widget SetValue WidgetId: "button"
will
"inactive"
Value: "active"
24
command to change the text dynamically.
SetValue
Press and release the button with WidgetId = "button".
Terminal mode
XML mode
<Action item="1">
<WidgetId item="1">button</WidgetId>
<Value item="1"></Value>
<Type item="1">clicked</Type>
</Action>
Highlight the button with WidgetId = "button" (set it in active state).