Localization - AJAX 'Loading' message, and 'Home' link on portlet view

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

Localization - AJAX 'Loading' message, and 'Home' link on portlet view

Paul Anderson-2
I have implemented an application based on Orbeon Forms, and have localized
it into an obscure language ready for production installation on Jetspeed
2.

Only 2 things are a (minor) problem:

The red "Loading" message
(I can't just disable it as xxforms:show-progress="false" seems to have
no effect when there's a change on the current page.)

and

The "Home" link at the bottom of the example portlet that I have used
as a base. I could substitute the text with Apache as a last resort.

Is there a simple way of localizing these? Or do I need to delve into
the AJAX libraries and also change the source code of the FormsPortlet?




--
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: Localization - AJAX 'Loading' message, and 'Home' link on portlet view

Maciej Arciuch
Hi,

as regards the "loading..." label, please take a look at this topic: http://n4.nabble.com/Internationalization-issues-td360682.html 

Best regards, Maciek
Reply | Threaded
Open this post in threaded view
|

Re: Localization - AJAX 'Loading' message, and 'Home' link on portlet view

Erik Bruchez-3
In reply to this post by Paul Anderson-2
Regarding the portlet, I wouldn't use the built-in portlet theme. You
can change the theme with this property:

<property as="xs:anyURI"  name="oxf.epilogue.theme.embeddable"
  value="oxf:/config/theme-embeddable-examples.xsl"/>

Just change it from theme-embeddable-examples.xsl to your own stylesheet.

-Erik

On Sun, Feb 7, 2010 at 10:46 AM,  <[hidden email]> wrote:

> I have implemented an application based on Orbeon Forms, and have localized
> it into an obscure language ready for production installation on Jetspeed
> 2.
>
> Only 2 things are a (minor) problem:
>
> The red "Loading" message
> (I can't just disable it as xxforms:show-progress="false" seems to have
> no effect when there's a change on the current page.)
>
> and
>
> The "Home" link at the bottom of the example portlet that I have used
> as a base. I could substitute the text with Apache as a last resort.
>
> Is there a simple way of localizing these? Or do I need to delve into
> the AJAX libraries and also change the source code of the FormsPortlet?
>
>
>
>
> --
> 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