Quantcast

Grails UI plugin's expandalePanel not work in Offline

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Grails UI plugin's expandalePanel not work in Offline

Badral
Hello,
I'm using Grails UI plugin and using expandablePanel. I want to use it in non internet area /offline/. When i run my app computer without internet connection expandaplePanel not work. Not giving error and just loading "Looking up yui.yahooapis.com...". When i connect internet to my PC it's working without problem.
Please help me.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Grails UI plugin's expandalePanel not work in Offline

Badral
Up
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Grails UI plugin's expandalePanel not work in Offline

Daniel Honig
you just need to change it to pull in YUI from your local application instead of the CDN.

On Sun, Oct 2, 2011 at 5:22 AM, Badral <[hidden email]> wrote:
Up

--
View this message in context: http://grails.1312388.n4.nabble.com/Grails-UI-plugin-s-expandalePanel-not-work-in-Offline-tp3846093p3864702.html
Sent from the Grails - user mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email



Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Grails UI plugin's expandalePanel not work in Offline

Badral
Thanks for your reply. But i don't know how to change this. And can't find the configuration.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Grails UI plugin's expandalePanel not work in Offline

Daniel Honig
One sure way to do it is to install the yui plugin and then just use the yui stylesheets and yui javascript includes instead of the GrailsUI resources tag.

On Sun, Oct 2, 2011 at 9:36 PM, Badral <[hidden email]> wrote:
Thanks for your reply. But i don't know how to change this. And can't find
the configuration.

--
View this message in context: http://grails.1312388.n4.nabble.com/Grails-UI-plugin-s-expandalePanel-not-work-in-Offline-tp3846093p3866249.html
Sent from the Grails - user mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email



Loading...