Re: [Xsltforms-support] Accessing instance data from JS
Brought to you by:
alain-couthures
From: COUTHURES A. <ala...@ag...> - 2010-04-05 19:08:37
|
Hi Grégoire, > Is there a way to access the instance data from my JavaScript function? Of course! Unfortunately, it isn't explicitly documented: you can look at wiki documentation and a browser debugger can also be very useful for that. For instance data, from the span element, you have to access .xfElement.doc Thanks! -Alain |