Customizing the "Validating ..."

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

Customizing the "Validating ..."

Antoine.DE-TROOSTEMBERGH
Customizing the "Validating ..."

Hello,

Is there any way to customize the way the "Validating …" by default shown in red at the top right of the window?

Thanks,

Antoine



--
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: Customizing the "Validating ..."

Erik Bruchez
Administrator
Do you mean 'Loading…"?

-Erik

On Tue, Jan 18, 2011 at 8:06 AM, <[hidden email]> wrote:

Hello,

Is there any way to customize the way the "Validating …" by default shown in red at the top right of the window?

Thanks,

Antoine



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

RE: Re: Customizing the "Validating ..."

Antoine.DE-TROOSTEMBERGH
Indeed, it's "Loading ..."
Is there any way to customise this?
 
The reason I'm asking for this is that we are using Rational Functional Tester to automate our tests. In orbeon 3.6 we used to use this element in the HTML to detect when an action is finished.
I do not know why, but since orbeon 3.8, Functional Tester does not detect the span in the html code.
 
If you have another way to detect when an action is finished, it's fine by me as well.
 
Thanks,

Antoine

 


From: [hidden email] [mailto:[hidden email]] On Behalf Of Erik Bruchez
Sent: Thursday, January 20, 2011 4:12 AM
To: [hidden email]
Subject: [ops-users] Re: Customizing the "Validating ..."

Do you mean 'Loading…"?

-Erik

On Tue, Jan 18, 2011 at 8:06 AM, <[hidden email]> wrote:

Hello,

Is there any way to customize the way the "Validating …" by default shown in red at the top right of the window?

Thanks,

Antoine



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

Re: RE: Re: Customizing the "Validating ..."

Tambet Matiisen
You can change it in orbeon.war/WEB-INF/lib/orbeon-resources-public.zip/ops/javascript/xforms.js, just search for "Loading...". NB! You must also change xforms-min.js in the same directory, if you are using minimized resources (which is default).

As I use separate deployment method [1] with overriding Orbeon resources [2], I had to put modified ops/javascript/xforms.js and ops/javascript/xforms-min.js into my resources directory. This way I could keep my orbeon.war intact. Of course I have to remake those changes, when new version of Orbeon will be deployed.

  Tambet

[1] http://wiki.orbeon.com/forms/doc/developer-guide/xforms-with-java-applications
[2] http://wiki.orbeon.com/forms/doc/developer-guide/admin/overriding-adding-resources

On 24.01.2011 12:22, [hidden email] wrote:
Indeed, it's "Loading ..."
Is there any way to customise this?
 
The reason I'm asking for this is that we are using Rational Functional Tester to automate our tests. In orbeon 3.6 we used to use this element in the HTML to detect when an action is finished.
I do not know why, but since orbeon 3.8, Functional Tester does not detect the span in the html code.
 
If you have another way to detect when an action is finished, it's fine by me as well.
 
Thanks,

Antoine

 


From: [hidden email] [[hidden email]] On Behalf Of Erik Bruchez
Sent: Thursday, January 20, 2011 4:12 AM
To: [hidden email]
Subject: [ops-users] Re: Customizing the "Validating ..."

Do you mean 'Loading…"?

-Erik

On Tue, Jan 18, 2011 at 8:06 AM, <[hidden email]> wrote:

Hello,

Is there any way to customize the way the "Validating …" by default shown in red at the top right of the window?

Thanks,

Antoine



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

Re: Re: RE: Re: Customizing the "Validating ..."

Erik Bruchez
Administrator
Ultimately we need the ability to configure this.

There is already partial i18n in xforms.js (which BTW is now split into multiple files), specifically for the calendar, but some further work is needed here.

-Erik

On Mon, Jan 24, 2011 at 4:32 AM, Tambet Matiisen <[hidden email]> wrote:
You can change it in orbeon.war/WEB-INF/lib/orbeon-resources-public.zip/ops/javascript/xforms.js, just search for "Loading...". NB! You must also change xforms-min.js in the same directory, if you are using minimized resources (which is default).

As I use separate deployment method [1] with overriding Orbeon resources [2], I had to put modified ops/javascript/xforms.js and ops/javascript/xforms-min.js into my resources directory. This way I could keep my orbeon.war intact. Of course I have to remake those changes, when new version of Orbeon will be deployed.

  Tambet

[1] http://wiki.orbeon.com/forms/doc/developer-guide/xforms-with-java-applications
[2] http://wiki.orbeon.com/forms/doc/developer-guide/admin/overriding-adding-resources


On 24.01.2011 12:22, [hidden email] wrote:
Indeed, it's "Loading ..."
Is there any way to customise this?
 
The reason I'm asking for this is that we are using Rational Functional Tester to automate our tests. In orbeon 3.6 we used to use this element in the HTML to detect when an action is finished.
I do not know why, but since orbeon 3.8, Functional Tester does not detect the span in the html code.
 
If you have another way to detect when an action is finished, it's fine by me as well.
 
Thanks,

Antoine

 


From: [hidden email] [[hidden email]] On Behalf Of Erik Bruchez
Sent: Thursday, January 20, 2011 4:12 AM
To: [hidden email]
Subject: [ops-users] Re: Customizing the "Validating ..."

Do you mean 'Loading…"?

-Erik

On Tue, Jan 18, 2011 at 8:06 AM, <[hidden email]> wrote:

Hello,

Is there any way to customize the way the "Validating …" by default shown in red at the top right of the window?

Thanks,

Antoine



--
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




--
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