-
23 Jul 2012 9:19 PM #1
Integration of Extjs-core with Joomla
Integration of Extjs-core with Joomla
Hi All ,
How can i integrate the Extjs-core with the joomla ?
I have made the tab panel using extjs-core but not able to integrate it with the joomla .
Can any body recommend me what is the exact steps ...
Thanks in Advance....
-
24 Jul 2012 4:51 PM #2
You would just add that somewhere in your module or component template.PHP Code:JFactory::getDocument()->addScript( JURI::base( true ) . 'path/to/my/js.js' );
JFactory::getDocument()->addStyleSheet( JURI::base( true ) . 'path/to/css/css.css', 'text/css' );


Reply With Quote
