Development tools : XUI editor : XUI widgets and containers : Widget descriptions : Dynamic Keyboard
  
Dynamic Keyboard
Dynamic Keyboard is a hidden widget, which cannot be displayed in XUI editor. You can drag it to the Outline panel. It is used to create a dynamic keypad for customers to input secret pin code.
Dynamic Keyboard widget is not visible to customers at first. When a specific event is triggered, it will appear beside the inputting textbox, such as when a textbox is clicked. You can use ECA editor to configure that.
When customers click enter button or hidden method od keyboard is invoked, the keyboard will be closed.
When the text button on keyboard is clicked, the original textbox will lose the focus. Take this behavior into consideration when using this widget: for example, do not use the onBlur event of ref textbox to hide the keyboard.
Properties in a Dynamic Keyboard widget
 
Property
Description
refWidget
This property is mandatory. It specifies the String ID of the textbox which would get the text through the keyboard.
dynamicKeys
This property specifies a boolean value:
true: Dynamic Keyboard will display the keyboard button in random order;
false: Dynamic Keyboard will display the keyboard button in sequence.
See
Functions in ECA for Dynamic Keyboard
Go up to
Widget descriptions