Change the value of an instance

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Change the value of an instance

nimurali
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
Reply | Threaded
Open this post in threaded view
|

Re: Change the value of an instance

nimurali
We can use ORBEON.xforms.Document.setValue("elementid",value); inside the jquery........
Reply | Threaded
Open this post in threaded view
|

Re: Change the value of an instance

nimurali
that is
ORBEON.xforms.Document.setValue(instance,value);