Does orbeon support client side events?

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

Does orbeon support client side events?

Hemant Joshi

Hi,

  Does orbeon support client side events like OnClick, onMouseOut, onMouseOver, OnBlur etc.  Can I add them using an external JS file? I am using V4.9. Is there a clear documentation describing how to integrate external JS in orbeon? Thanks.

 

 

 

 

Hemant

 

--
You received this message because you are subscribed to the Google Groups "Orbeon Forms" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Reply | Threaded
Open this post in threaded view
|

Re: Does orbeon support client side events?

Alessandro  Vernet
Administrator
Hi Hemant,

You can attach event handlers, say using jQuery, in your own JavaScript, like you would for any web page, and there is no particular "support" (or need thereof) in Orbeon Forms for that.

However, if you're writing XForms "by hand" (instead of creating form with Form Builder), you might want to consider using XForms events instead, like DOMActivate to handle the click on an <xf:trigger>.

Alex
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet