Regarding List and Text box widget

52 views
Skip to first unread message

priyanka....@flowian.com

unread,
Dec 24, 2014, 1:10:36 AM12/24/14
to suppor...@runmyprocess.com
Hello Team,

I am using list widget with the type "Users".When I select particular user from list i want automatic display of the email id of that selected user in the text box widget.

Please suggest me regarding this.

Thank you.

Sweta Suman

unread,
Dec 24, 2014, 4:14:19 AM12/24/14
to suppor...@runmyprocess.com
Hi Priyanka,

You can write following js-

var user = id_list.getSelectedValue();  // retrun email id of user
id_text_box.setText(user);

var user = id_list.getSelectedLabel();  // retrun name  of user
id_text_box.setText(user);


Hope this helps you.

Thanks and Regards,
Sweta


--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "RunMyProcess Support Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum...@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at http://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/bf256e0c-c063-472a-a72a-ab8577f67920%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.

Reply all
Reply to author
Forward
0 new messages