Cisco TelePresence SX10 Manual - Page 31

Browse online or download pdf Manual for Conference System Cisco TelePresence SX10. Cisco TelePresence SX10 45 pages. In-room control on touch 10
Also for Cisco TelePresence SX10: Installation Manual (8 pages), User Manual (26 pages), Quick Manual (2 pages), User Manual (34 pages), User Manual (29 pages), Preliminary User Manual (9 pages), User Manual (38 pages), Installation Manual (8 pages), User Manual (2 pages), User Manual (37 pages), Manual (45 pages), Installation Manual (2 pages), User Manual (34 pages), User Manual (5 pages), User Manual (38 pages), User Manual (38 pages), Getting Started Manual (46 pages), Quick Manual (2 pages)

Cisco TelePresence SX10 Manual
UserInterface Extensions Widget Action
Table of contents
Sent by the video system when someone uses one of the controls on
the user interface (in-room control panel).
Introduction
Equivalent to the UserInterface Extensions Event
Depending on the action type, this event it equivalent to the
UserInterface Extensions Event Pressed, UserInterface Extensions
Create a user interface
Event Changed, UserInterface Extensions Event Released, or
UserInterface Extensions Event Clicked events.
<Event>
API for in-room control
Widgets
Command reference
Command reference
Troubleshooting
</Event>
Tips and tricks
where
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
D15358.02 - JULY 2016
www.cisco.com
© 2016 Cisco Systems, Inc.
All rights reserved.
<UserInterface item="1">
<Extensions item="1">
<Widget item="1">
<Action item="1">
<WidgetId item="1">
WidgetId
Value
<Value item="1">
</Value>
Type
<Type item="1">
</Type>
</Action>
</Widget>
</Extensions>
</UserInterface>
: String (0, 40)
WidgetId
The unique identifier for the widget that triggered the event.
: String (0, 255)
Value
The value of the widget. The range of allowed values depends
on the widget type.
: <Pressed/Changed/Released/Clicked>
Type
Pressed: Sent when a widget is first pressed.
Changed: Sent when changing a widget's value (only for toggle
buttons and sliders).
Released: Sent when a widget is released (even if moving the
finger out of the widget before releasing it).
Clicked: Sent when a widget is clicked (pressed and released
without moving the finger out of the widget).
event.
Type
</WidgetId>
31
UserInterface Extensions Widget LayoutUpdated
Sent by the video system when the configuration file for the user
interface extensions has been updated, i.e. when exporting a new
configuration from the in-room control editor to the video system.
*e UserInterface Extensions Widget LayoutUpdated
or
<Event>
<UserInterface item="1">
<Extensions item="1">
<Widget item="1">
<LayoutUpdated item="1"/>
</Widget>
</Extensions>
</UserInterface>
</Event>