Hello, one of my mojo sites is for an intranet where Google hosted services are blocked. Therefore, I need to host the jquery and YUI plugins if my understanding is correct. Can soemone please verify that these are the user.config settings to make that happen:
<add key="UseGoogleCDN" value="false" />
<add key="YUIBasePath" value="~/_include/yui/" />
<add key="YUITabCss" value="~/_include/yui/assets/skins/sam/tabview.css" />
<add key="YUISkinImagePath" value="/_include/yui/assets/skins/sam/" />
<add key="jQueryBasePath" value="~/_include/jquery/" />
<add key="jQueryUIBasePath" value="~/_include/jquery/development-bundle/ui/" />
*Assume my paths are correct (they are). I'm having problems, it's not working 100% correct. What versions of jquery and YUI should I be using? Will they change? Is there a preferred dowload location for each?
I read the mojo help page on this topic, but am thinking it may not be up to date. either that or I'm using the wrong versions from the wrong source.