I have tried to place JS listener within the custom widget to listen to degree and of the value of degree is set to "Other", display the text field degree_other. But it does not seem to work and the listener never seem to get fired. Also, tried including the JS snippet "[[degree]]"=="Other" within the visible rule for the degree_other, but that does not seem to work either.
As these fields are located in the custom widget, I tried putting a JS listener within the parent web interface. This time the JS listener seem to get fired alright the id_edu_item.id_degree_other.setVisible(true) does not render the degree_other field visible.
Any ideas where I am going wrong?
Thanks!
--
Dimitri MELCHIOR
--
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/1a14cfd5-4fd9-41bd-b31c-419e09945938%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/groups/opt_out.
I tried putting the JS listener snippet back in the Custom Widget - but it appears that RMP_this.id_degree.getValue() is not able to pull the value of the degree field and returns null.
This was the issue I faced yesterday either, which made me try to have the listener JS in the parent Web Interface, which contained the Custom Widget, defined with ID: id_edu_item. I was able to grab the value of the degree field using the id_edu_item.id_degree, but the setVisible on the id_edu_item.id_degree_other would not render the degree_other field visible!
Thanks!
Thanks!
--
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/5edd9e55-53d5-4ddb-8aa5-a35aed6b1de6%40runmyprocess.com.