Are you wanting to load extjs into the Admin or the front end? If the Admin, there is a "fuel_javascript" config parameter you can use to append additional javascript files in the MY_fuel.php. $config['fuel_javascript'][] = array('my_js.js'); If it is the front end you can modify the application/views/_blocks/header.php file
No luck what so ever - keep getting EXT not defined.
Has any one done this before? It would be really great if some one could share their experience as to how this can be accomplished. This is seriously holding us back. Help Help Help!!!!!
Never mind -- I have worked through this. I added it under fuel/assets/js I tried adding under thirdparty. That was the issue. Kind of hack -- but okay for now,
Ok --- We got the extjs working and functional. The only caveat -- the js had to be included in fuel module and add the script to MY_fuel.php. The css files and theme/images can still be part of the advanced module. Note: CSS file should be .css Hope this helps some one.
Comments
$config['fuel_javascript'][] = array('my_js.js');
If it is the front end you can modify the application/views/_blocks/header.php file
Has any one done this before?
It would be really great if some one could share their experience as to how this can be accomplished. This is seriously holding us back.
Help Help Help!!!!!
I have worked through this. I added it under fuel/assets/js
I tried adding under thirdparty.
That was the issue. Kind of hack -- but okay for now,
sid
The only caveat -- the js had to be included in fuel module and add the script to MY_fuel.php.
The css files and theme/images can still be part of the advanced module.
Note: CSS file should be .css
Hope this helps some one.