Expand my Community achievements bar.

SOLVED

Key, Value Pair

Avatar

Level 4

How i can achieve Key, value pair.

Ex : I have two textfield.

am entering numeric value in first textfield

and some values in second textfield.

I need to link first textfield as Key and Second textfield as Value.

for easy retrieval.

In First textfield am entering 1(key) and Second textfield am entering Welcome to my Page(value).

If i press 1 Values has to show.

Please need to some inputs.

1 Accepted Solution

Avatar

Correct answer by
Level 10
Hi, I think you can implement this via listeners. Write your custom logic in widgets listeners to auto populate value in second textfield based on value in first field.       

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10
Hi, I think you can implement this via listeners. Write your custom logic in widgets listeners to auto populate value in second textfield based on value in first field.