This post was updated on .
I'm considering coding an xforms "concertina view" where one of several elements of the xform (or several sub-forms) can be displayed.
One example of concertina is seen here .. but not with an xform http://docs.jquery.com/UI/Accordion Is there an xform example which uses concertina navigation or should I start from scratch to integrate jquery? Thanks. [Later edit] Well I've just added the raw code from above jquery site into a view.xhtml and it seems to work so far. I'll now try adding xform elements into the div containers. |
Administrator
|
There is this:
http://wiki.orbeon.com/forms/doc/developer-guide/xbl-components#TOC-Accordion-menu -Erik On Sun, May 13, 2012 at 12:05 PM, DL <[hidden email]> wrote: > I'm considering coding an xforms "concertina view" where one of several > elements of the xform (or several sub-forms) can be displayed. > > One example of concertina is seen here .. but not with an xform > > http://docs.jquery.com/UI/Accordion > > Is there an xform example which uses concertina navigation or should I start > from scratch to integrate jquery? > > Thanks. > > -- > View this message in context: http://orbeon-forms-ops-users.24843.n4.nabble.com/ajax-concertina-view-of-xform-tp4630817.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 |
Hello !
What is the best practice to integrate Form Runner in/near another application ? I'm explain it. I want to a link between a item (a personn in my application) and the record id in Form Runner. It's better to record form in my application if yes, how I do ? Or get parameter (id's pesonn) when I call the form in hide field ? Thanks Sorry for my english -- 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 |
I share your interest in building "mashups" (integration of other applications with xforms).
What is your external app written in? Is it running on the same server as orbeon? |
My answer below :
Le 23/05/2012 14:35, DL a écrit : Java Web application (jsp, spring, struts 2)I share your interest in building "mashups" (integration of other applications with xforms). What is your external app written in? OR Java Web application (jsp, portlet JSR) Is it running on the same server as orbeon? Yes -- View this message in context: http://orbeon-forms-ops-users.24843.n4.nabble.com/ajax-concertina-view-of-xform-tp4630817p4651528.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 |
I am not a jsp developer (which is why I explore integrating php and jquery and flash)
But my personal guess (wait for Erik's advice!) is that that you might start by looking at /orbeon/xforms-jsp/ and here .. http://wiki.orbeon.com/forms/doc/developer-guide/xforms-javascript-integration then find a way of passing your parameters between jsp <--> javascript <--> xform. Or even build a REST interface in your jsp app to pass data between your jsp app and xform .. as in /xforms-bookcast/ example where eXist database is called. |
In reply to this post by NOBILET Stéphane
I too
share this interest.
I'm
actually in the process of building a framework which will provide an
overarching binding to all other frameworks for which there are JSR-286
(portlet 2.0) bridges available. So the mashups are built in a portal, such as
Liferay Portal. Quite a challenge, but thankfully I am an optimist
:)
I'd be
very interested to hear from anyone who has taken a similar approach to XForms
mashups.
-Stian
-- 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 |
Free forum by Nabble | Edit this page |