Login  Register

Re: How works the interaction between dynamic components and the server?

Posted by lacco on May 06, 2011; 8:06am
URL: https://discuss.orbeon.com/How-works-the-interaction-between-dynamic-components-and-the-server-tp3499455p3501641.html

1. Did you have a look at the autocomplete component in static vs
resource mode? (http://wiki.orbeon.com/forms/doc/developer-guide/xbl-components/autocomplete)

2. I am doing this for the PDF-button by hiding the buttons via css
(.fr-bottom class) and "clicking" the buttons via javascript (using
jQuery and doc-and-win [1]):
jQuery('#fr-pdf-button button', $('#myiframe').doc()).click();
I am not sure if this still works if your iframe runs under a
different origin than your host page (same origin policy?). Apart from
that this should work for the save button, too.


[1] https://github.com/brandonaaron/jquery-doc-and-win

2011/5/5 echofloripa <[hidden email]>:

> Hi, I'm evaluating using Orbeon to create and render forms for a
> JSF/Richfaces app
>
> I considering using orbeon render the forms inside an iframe on our pages. I
> have a few questions regarding the further integration:
>
> - How can I get a textbox to autocomplete? Does orbeon front-end calls a xml
> based http service at my server?
> - The buttons for submit/cancel should stay at the main webpage. How can I
> get this external button to actually submit my orbeon form? Has anyone ever
> done this?
>
> --
> View this message in context: http://orbeon-forms-ops-users.24843.n4.nabble.com/How-works-the-interaction-between-dynamic-components-and-the-server-tp3499455p3499455.html
> Sent from the Orbeon Forms (ops-users) mailing list archive at Nabble.com.
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws