cancel
Showing results for 
Search instead for 
Did you mean: 

WD UI Element "InputTokenizer"

Former Member
0 Kudos

Hello,

I wonder how I can use InputTokenizer WD UI Element. I bound an action to the onNavigate event, but it doesn't work.

Thanks and Regards

Alex

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Alex

Use the onEnter event.

use the parameter (type WDUserInteraction) to check if the user pressed enter or chose a value.

putting values is done the same way as putting values in a drop down - using the ModifiableSimpleValueSet of the attribute that is bound to the value property of the ui element.

Regards

Shai

Former Member
0 Kudos

As I understand I have to set possible values beforehand. But I'd just like to open a custom window (where values would be loaded) by clicking on InputTokenizer's icon. I know, there is OVS, but I'd like to use my components to pick values.

Answers (0)