Spinner - Cisco Touch10 Manual

In-room control
Hide thumbs Also See for Touch10:
Table of Contents

Advertisement

Widgets

Spinner

D1535805 User Guide In-Room Control for Touch10. Produced June 2017 for CE9.0. © 2015–2017 Cisco Systems, Inc. All rights reserved
Events
Pressed Triggered when
Example: Press and release the decrement button of the spinner with
one of the spinner
WidgetId = "spinner" .
buttons is pressed.
Value: <increment/
*e UserInterface Extensions Event Pressed Signal: "spinner:decrement"
decrement>
** end
*e UserInterface Extensions Event Released Signal: "spinner:decrement"
Released Triggered when
** end
one of the spinner
*e UserInterface Extensions Event Clicked Signal: "spinner:decrement"
buttons is released.
Value: <increment/
** end
decrement>
<Event>
Clicked
Triggered when
<UserInterface item="1">
one of the spinner
buttons is released.
Value: <increment/
decrement>
</UserInterface>
</Event>
Commands
SetValue
Use the
command to add
Example: For the spinner with WidgetId = "spinner" , add the text "22"
or update the text between the two
between the spinner's increment and decrement buttons.
buttons.
xCommand UserInterface Extensions Widget SetValue WidgetId: "spinner"
Value: "22"
Terminal mode
XML mode
<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>
22
About Spinners
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.
SetValue
Use the
command to add
text between the buttons.
Example of use: Set the desired
temperature in the room.

Advertisement

Table of Contents
loading

Table of Contents