"framework"?
"cms"?
Pardon my ignorance, but can you describe what these are and how they pertain to a joomla extention?
Thanks
Search found 5 matches
- Thu Oct 11, 2007 5:31 am
- Forum: Joomla! Coding 101
- Topic: JToolBarHelper()
- Replies: 20
- Views: 3385
- Tue Oct 09, 2007 1:24 pm
- Forum: Joomla! Coding 101
- Topic: JToolBarHelper()
- Replies: 20
- Views: 3385
Re: JToolBarHelper()
Maybe add:
jimport( 'joomla.application.component.view' );
Sometimes, it appears that the class has already been added by the overall Joomla! code, and other times you need to do it manually, but I am not really sure...
jimport( 'joomla.application.component.view' );
Sometimes, it appears that the class has already been added by the overall Joomla! code, and other times you need to do it manually, but I am not really sure...
- Sun Oct 07, 2007 2:51 pm
- Forum: Joomla! Coding 101
- Topic: JToolBarHelper()
- Replies: 20
- Views: 3385
Re: JToolBarHelper()
Mnu, Good luck with your efforts, and please post any success you may I so I may also learn from it. Thanks
- Sat Oct 06, 2007 10:39 pm
- Forum: Joomla! Coding 101
- Topic: JToolBarHelper()
- Replies: 20
- Views: 3385
Re: JToolBarHelper()
I was able to append a button, however, couldn't figure out to associate a given class with the botton, or change it to a graphical button instead of just text. Any help would be apprecated! Thanks
- Sun Aug 26, 2007 4:35 am
- Forum: Joomla! Coding 101
- Topic: Whats stopping you to use Joomla 1.5 in your project ?
- Replies: 26
- Views: 4910
Re: Whats stopping you to use Joomla 1.5 in your project ?
Maybe I just don't know 1.5 yet, but it also appears you can't view the page with locations of each menu either as you can with 1.1x.