Orbeon Forms community mailing list
Search
everywhere
only in this topic
Advanced Search
Change the value of an instance
Classic
List
Threaded
♦
♦
Locked
3 messages
nimurali
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Change the value of an instance
Dear all,
can anybody assist how to change the value of an instance in the xforms through an separate JavaScript like jquery.
Thanks and Regards,
Murali Manohar M
nimurali
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: Change the value of an instance
We can use ORBEON.xforms.Document.setValue("elementid",value); inside the jquery........
nimurali
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: Change the value of an instance
that is
ORBEON.xforms.Document.setValue(
instance
,value);
Free forum by Nabble
Edit this page