Welcome Guest, Not a member yet? Register   Sign In
use ExtJS for views (prob to include and load it)
#3

[eluser]Michael Wales[/eluser]
Code:
&lt; script type="text/javascript" src="/extjs/ext-all.js"&gt;< / script>

This is a relative link from your webroot: domain.com/extjs/ext-all.js

Personally, since I work on multiple apps at a time, I have directories underneath my webroot for each project. Like so:

htdocs
- blog
- classifieds
- client_1
- system (this is the CI framework)

So, when I reference CSS, JS, or images I use:
Code:
&lt; script type="text/javascript" src="&lt;?= base_url(); ?&gt;assets/js/ext-all.js"&gt;

This way it looks for the file in:
htdocs/[the_app]/assets/js/


Messages In This Thread
use ExtJS for views (prob to include and load it) - by El Forum - 05-27-2008, 08:43 AM
use ExtJS for views (prob to include and load it) - by El Forum - 05-27-2008, 09:41 AM
use ExtJS for views (prob to include and load it) - by El Forum - 05-27-2008, 09:41 AM
use ExtJS for views (prob to include and load it) - by El Forum - 05-27-2008, 09:42 AM
use ExtJS for views (prob to include and load it) - by El Forum - 05-27-2008, 09:52 AM
use ExtJS for views (prob to include and load it) - by El Forum - 05-27-2008, 09:53 AM
use ExtJS for views (prob to include and load it) - by El Forum - 05-27-2008, 10:05 AM
use ExtJS for views (prob to include and load it) - by El Forum - 05-27-2008, 10:06 AM
use ExtJS for views (prob to include and load it) - by El Forum - 05-27-2008, 10:09 AM
use ExtJS for views (prob to include and load it) - by El Forum - 05-27-2008, 10:20 AM
use ExtJS for views (prob to include and load it) - by El Forum - 05-27-2008, 10:23 AM
use ExtJS for views (prob to include and load it) - by El Forum - 05-27-2008, 10:29 AM
use ExtJS for views (prob to include and load it) - by El Forum - 05-27-2008, 10:34 AM
use ExtJS for views (prob to include and load it) - by El Forum - 05-27-2008, 10:49 AM
use ExtJS for views (prob to include and load it) - by El Forum - 05-28-2008, 06:36 PM
use ExtJS for views (prob to include and load it) - by El Forum - 05-29-2008, 09:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB