Component Development/Reading list: Difference between revisions
From Joomla! Documentation
No edit summary |
Remove 1.6 and 1.7 tags and add 3.1 |
||
| Line 1: | Line 1: | ||
* [[Portal:Platform|Joomla Platform Portal]] {{JVer|platform}} | * [[Portal:Platform|Joomla Platform Portal]] {{JVer|platform}} | ||
* [[File Structure and Naming Conventions]] {{JVer/multi|1.5,2.5,3. | * [[File Structure and Naming Conventions]] {{JVer/multi|1.5,2.5,3.1}} | ||
* [[Component Program Flow]]. UML sequence diagrams showing the control flow for a component. {{JVer/multi|1.5,2.5,3. | * [[Component Program Flow]]. UML sequence diagrams showing the control flow for a component. {{JVer/multi|1.5,2.5,3.1}} | ||
* [[Developing a Model-View-Controller Component]] {{JVer/multi|1.5,2.5,3. | * [[Developing a Model-View-Controller Component]] {{JVer/multi|1.5,2.5,3.1}} | ||
* [[Components:xml installfile]]. An example component XML installation file. {{JVer|1.5}} | * [[Components:xml installfile]]. An example component XML installation file. {{JVer|1.5}} | ||
* [[Manifest files]] for the installation of extensions {{JVer/multi| | * [[Manifest files]] for the installation of extensions {{JVer/multi|2.5,3.1}} | ||
* [[Adding sortable columns to a table in a component]] | * [[Adding sortable columns to a table in a component]] | ||
* [[How to add custom filters to components]] {{JVer | * [[How to add custom filters to components]] {{JVer|2.5}} | ||
* [[Supporting SEF URLs in your component]] | * [[Supporting SEF URLs in your component]] | ||
* [[Supporting plugins in your component]] {{JVer|1.5}} | * [[Supporting plugins in your component]] {{JVer|1.5}} | ||
* [[Using JPagination in your component]] (Incomplete) {{JVer|1.5}} | * [[Using JPagination in your component]] (Incomplete) {{JVer|1.5}} | ||
* [[Using the JPane classes in a component]] {{JVer|1.5}} | * [[Using the JPane classes in a component]] {{JVer|1.5}} | ||
* [[Using the JHtmlTabs class in a component]] {{JVer/multi| | * [[Using the JHtmlTabs class in a component]] {{JVer/multi|2.5,3.1}} | ||
* [[Using the editor in a component]] | * [[Using the editor in a component]] | ||
* [[Adding AJAX to your component]] | * [[Adding AJAX to your component]] | ||
| Line 26: | Line 26: | ||
* [[How to implement XML-RPC in a component]] | * [[How to implement XML-RPC in a component]] | ||
* [[Using multiple models in an MVC component]] | * [[Using multiple models in an MVC component]] | ||
* [[Adding ACL rules to your component]] {{JVer/multi| | * [[Adding ACL rules to your component]] {{JVer/multi|2.5,3.1}} | ||
* [[JController and its subclass usage overview]] {{JVer/multi| | * [[JController and its subclass usage overview]] {{JVer/multi|2.5}} | ||
* [[Managing Component Updates with Joomla!2.5 - Part 1]] {{JVer/multi| | * [[Managing Component Updates with Joomla!2.5 - Part 1]] {{JVer/multi|2.5}} | ||
* [[Xml-rpc changes in Joomla! | * [[Xml-rpc changes in Joomla! 2.5]] {{JVer/multi|2.5,3.1}} | ||
* [[Creating PDF views]] {{JVer|2.5}}<noinclude>[[Category:Landing subpages|{{PAGENAME}}]]</noinclude> | * [[Creating PDF views]] {{JVer|2.5}}<noinclude>[[Category:Landing subpages|{{PAGENAME}}]]</noinclude> | ||
* [[Using_Tags_in_an_Extension]]{{JVer|3.1}} | * [[Using_Tags_in_an_Extension]]{{JVer|3.1}} | ||
Revision as of 09:11, 29 April 2013
- Joomla Platform Portal

- File Structure and Naming Conventions

- Component Program Flow. UML sequence diagrams showing the control flow for a component.

- Developing a Model-View-Controller Component

- Components:xml installfile. An example component XML installation file.

- Manifest files for the installation of extensions

- Adding sortable columns to a table in a component
- How to add custom filters to components

- Supporting SEF URLs in your component
- Supporting plugins in your component

- Using JPagination in your component (Incomplete)

- Using the JPane classes in a component

- Using the JHtmlTabs class in a component

- Using the editor in a component
- Adding AJAX to your component
- Ajax using MooTools

- How to add breadcrumbs
- Sending email from extensions
- Using the JToolBar class in the frontend
- Creating a toolbar for your component
- Creating a file uploader in your component
- Adding Javascript moo.fx to your component
- Creating Mootools accordion or simple slider/toggler
- Adding view layout configuration parameters
- Using a custom image in the menu bar title
- How to implement XML-RPC in a component
- Using multiple models in an MVC component
- Adding ACL rules to your component

- JController and its subclass usage overview

- Managing Component Updates with Joomla!2.5 - Part 1

- Xml-rpc changes in Joomla! 2.5

- Creating PDF views

- Using_Tags_in_an_Extension
