source code extraction

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

source code extraction

mrfryse
Hi everybody, I would want to create XForms based forms and put the created forms in a website. The problem is that it seems to be impossible to use the source of the created page without using Orbeon environment. So my question is : How to do ? Is there a version of Orbeon in wich i can do that ? Or a tool i didn't see ? Help !
Reply | Threaded
Open this post in threaded view
|

Re: source code extraction

Louis Ratzesberger-2
Hello Cedric,

Orbeon is a client-server architecture, JavaScript code in the html  
pages produced by the server communicates with it.  There is a  
no-script mode, this is a server configuration.  This mode was  
intended to provide accessibility features but it may be that such  
files can be used stand-alone.  Many features are not available in  
no-script mode.

http://wiki.orbeon.com/forms/projects/noscript-mode

Regards,
Hank

Quoting mrfryse <[hidden email]>:

>
> Hi everybody,
>
> I would want to create XForms based forms and put the created forms in a
> website.
>
> The problem is that it seems to be impossible to use the source of the
> created page without using Orbeon environment.
>
> So my question is : How to do ? Is there a version of Orbeon in wich i can
> do that ? Or a tool i didn't see ?
>
>
> Help !
> --
> View this message in context:  
> http://orbeon-forms-ops-users.24843.n4.nabble.com/source-code-extraction-tp2224655p2224655.html
> Sent from the Orbeon Forms (ops-users) mailing list archive at Nabble.com.
>


--
Hank Ratzesberger
[hidden email]



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

Re: source code extraction

mrfryse
Thank for this beginning of answer Louis

Well, I tried to make a javascript-free form but i didn't know how to do. In fact, my final purpose is to make a form, without writting a single line of code, and that can be used in another environment.

So, next question : How to use the orbeon form builder in the javascript-free mode ?
I saw that i had to write xxforms:noscript="true" in the code. But the aim is to not write code.

Sorry if i seem to be a newbe, but firstly I am and plus it's not easy to find technical informations in a non-native language.
Reply | Threaded
Open this post in threaded view
|

Re: Re: source code extraction

Alessandro  Vernet
Administrator
Cédric,

You can use the forms generated by Form Builder in what Orbeon Forms call "noscript mode". See the "accessible version" link you get at the top right of the forms generated by Form Builder. Also see the (at this point quite embryonic) documentation on the subject. But even in noscript mode, the form require Orbeon Forms to be deployed on the server.

http://wiki.orbeon.com/forms/doc/developer-guide/xforms-noscript-mode-guide

Alex

On Fri, May 21, 2010 at 1:14 AM, mrfryse <[hidden email]> wrote:
Thank for this beginning of answer Louis

Well, I tried to make a javascript-free form but i didn't know how to do. In fact, my final purpose is to make a form, without writting a single line of code, and that can be used in another environment.

So, next question : How to use the orbeon form builder in the javascript-free mode ?
I saw that i had to write xxforms:noscript="true" in the code. But the aim is to not write code.
Sorry if i seem to be a newbe, but firstly I am and plus it's not easy to find technical informations in a non-native language.

View this message in context: Re: source code extraction

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




--
Orbeon Forms - Web forms, open-source, for the Enterprise - http://www.orbeon.com/
My Twitter: http://twitter.com/avernet


--
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
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
Reply | Threaded
Open this post in threaded view
|

Re: Re: source code extraction

mrfryse
Thanks Alex. It helped me.
Well, the only mean for me is to put the page in a Iframe... :/
And even in a Iframe there is some problems.
For example, how can i get out the close button or the Save button or change their behavior ?? It seems to be impossible.
Reply | Threaded
Open this post in threaded view
|

Re: Re: Re: source code extraction

Alessandro  Vernet
Administrator
Cédric,

You can configure which buttons you want to see on the Form Runner details page with properties. See:

http://wiki.orbeon.com/forms/doc/developer-guide/configuration-properties/configuration-properties-form-runner#TOC-Buttons-on-Detail-page

Alex

On Tue, May 25, 2010 at 1:45 AM, mrfryse <[hidden email]> wrote:
Thanks Alex. It helped me.
Well, the only mean for me is to put the page in a Iframe... :/
And even in a Iframe there is some problems.
For example, how can i get out the close button or the Save button or change their behavior ?? It seems to be impossible.


View this message in context: Re: Re: source code extraction

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




--
Orbeon Forms - Web forms, open-source, for the Enterprise - http://www.orbeon.com/
My Twitter: http://twitter.com/avernet


--
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
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
Reply | Threaded
Open this post in threaded view
|

Re: Re: Re: source code extraction

mrfryse
Hi Alessandro,

Thanks for your answer and sorry for my late mine. It unlocked some possibilities for my project. Nice !
Now i can put a Orbeon form in a iframe tag.

Harder now, and if possible :
  • How can i hide the Orbeon's logo in the form ?
  • Where is stored data on the disc ?

because, finally, i want the form to store the datas on the client, then send the datas into a database throw a xslt.

Thanks for your help.

Cédric.