Component Development/Reading list: Difference between revisions
From Joomla! Documentation
m version icon added |
m tagging |
||
| Line 9: | Line 9: | ||
* [[Developing a MVC Component|Developing a Model-View-Controller Component]] {{JVer/multi|2.5,3.x}} | * [[Developing a MVC Component|Developing a Model-View-Controller Component]] {{JVer/multi|2.5,3.x}} | ||
* [[File Structure and Naming Conventions]] {{JVer/multi|2.5,3.x}} | * [[File Structure and Naming Conventions]] {{JVer/multi|2.5,3.x}} | ||
* [[How to add breadcrumbs]] | * [[How to add breadcrumbs]]{{JVer/multi|2.5,3.x}} | ||
* [[How to add custom filters to components]] {{JVer|2.5}} | * [[How to add custom filters to components]] {{JVer|2.5}} | ||
* [[How to implement XML-RPC in a component]] | * [[How to implement XML-RPC in a component]] | ||
| Line 17: | Line 17: | ||
* [[Manifest files]] {{JVer/multi|2.5,3.x}} | * [[Manifest files]] {{JVer/multi|2.5,3.x}} | ||
:(For the installation of extensions.) | :(For the installation of extensions.) | ||
* [[Sending email from extensions]] | * [[Sending email from extensions]]{{JVer/multi|2.5,3.x}} | ||
* [[Supporting SEF URLs in your component]] | * [[Supporting SEF URLs in your component]]{{JVer/multi|2.5,3.x}} | ||
* [[Using a custom image in the menu bar title]] | * [[Using a custom image in the menu bar title]] | ||
* [[Using multiple models in an MVC component]] {{JVer/multi|2.5,3.x}} | * [[Using multiple models in an MVC component]] {{JVer/multi|2.5,3.x}} | ||
Revision as of 02:28, 8 June 2013
- Adding ACL rules to your component

- Adding sortable columns to a table in a component

- Component Program Flow.

- (UML sequence diagrams showing the control flow for a component.)
- Creating a file uploader in your component

- Creating a toolbar for your component

- Creating Mootools accordion or simple slider/toggler

- Creating PDF views

- Developing a Model-View-Controller Component

- File Structure and Naming Conventions

- How to add breadcrumbs

- How to add custom filters to components

- How to implement XML-RPC in a component
- JController and its subclass usage overview

- Joomla Platform Portal

- Managing Component Updates - Part 1

- Manifest files

- (For the installation of extensions.)