Running offline

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
7/10/2011 2:38:00 PM
Gravatar
Total Posts 167

Running offline

Is there anyway of running the the javascript/jquerey features offline.

I am running a site on a tablet with its own IIS7 server but the tablet is offline with no internet connection.

On running the slideshow or tab template content the formatting disappears. I believe that this is due to a lookup of the jquery at ajax.googleapis.com. As i am not connected to the internet, this fails and the content appears in table form.

 

7/10/2011 3:54:48 PM
Gravatar
Total Posts 167

Re: Running offline

As always the solution is already available if you look hard enough.

I believe by changing <add key="UseGoogleCDN" value="true" /> to false resolves this.

I would also guess that the preferred option is to add this to the user.config file

Full documentation of how to do this is located

http://www.mojoportal.com/self-hosting-jquery-and-jquery-ui-files.aspx

Don't know why I couldn't find this on my first search as I should have know it would be there somewhere.

 

You must sign in to post in the forums. This thread is closed to new posts.