I don't know if it will help you but here are my few posts regarding this topic:
http://forum.joomla.org/index.php/topic,206062.msg966294.html
Search found 6 matches
- Tue Sep 11, 2007 7:13 pm
- Forum: Joombie Coding Q/A
- Topic: XML parameters for views
- Replies: 2
- Views: 683
- Mon Aug 27, 2007 12:05 am
- Forum: Joombie Coding Q/A
- Topic: Parameters for layouts
- Replies: 3
- Views: 981
Re: Parameters for layouts
So, to create your custom parameter type and use it in your layout you have to: 1. create a class that extends JElement Place this file into adminstrator/components/sdp_[component_name]/elements/ directory. Name this file as [element_type].php Example of czlonek.php file: <?php defined('_JEXEC') or ...
- Sun Aug 26, 2007 11:23 pm
- Forum: Joombie Coding Q/A
- Topic: Parameters for layouts
- Replies: 3
- Views: 981
Re: Parameters for layouts
Ok. I've found this (blind fool):
http://dev.joomla.org/component/option, ... arameters/
I have also created a JElement class for my component. Now I only need to inform Joomla! where to find it.
http://dev.joomla.org/component/option, ... arameters/
I have also created a JElement class for my component. Now I only need to inform Joomla! where to find it.
- Sun Aug 26, 2007 10:49 pm
- Forum: Joombie Coding Q/A
- Topic: Parameters for layouts
- Replies: 3
- Views: 981
Parameters for layouts
For every layout there can be set of parameters defined in [layout_name].xml file. Is there any documentation for this configuration file? Where are those values stored? How can I access them? When I'm creating menu item for 'Category Blog Layout' I can choose the category I'm referring to ('Paramet...
- Fri Aug 17, 2007 11:15 pm
- Forum: Joombie Tools of the Trade
- Topic: Building the Ship - IDE
- Replies: 116
- Views: 23985
Re: Building the Ship - IDE
seadap wrote:The documentation for how to set up the IDE with Xdebug and Subclipse has been posted and is ready for review.
It works! Thank you very much seadap!
- Thu Aug 16, 2007 10:11 pm
- Forum: Joombie Coding Q/A
- Topic: naming convention of component classes
- Replies: 0
- Views: 626
naming convention of component classes
Hi! I'm totally new to Joomla! I've never used it. I currently don't even know how to manage that content thing... The only thing that now interest me is to create a component that manages 4-6 SQL tables. I've already created administration classes for 2 tables but I want to know how does this hole ...