I have checked Google Hosted EXT Js and i cannot find EXT JS 4. I would want my web pages to reference the EXT JS 4 from there and not from my local Web server. Any one please get me the full path to the EXT JS 4 hosted some where on the web which is always available and can be used by another web page as in
<link rel="stylesheet" type="text/css" href="LINK_TO_EXTJS4/resources/css/ext-all.css"> <script type="text/javascript" src="LINK_TO_EXTJS4/ext-all.js"></script>So i need those two lines above, replacing
LINK_TO_EXTJS4 directing to some EXT JS4 some where on the web so as my users browsers fetch the JavaScript library from those ends and not from my local web server. Thanks