Component Development/Reading list: Difference between revisions
From Joomla! Documentation
Readd in some of the edits i just reverted |
|||
| Line 6: | Line 6: | ||
* [[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.) | ||
* [[Adding sortable columns to a table in a component]] | * [[Adding sortable columns to a table in a component]] {{JVer/multi|1.5,2.5,3.x}} | ||
* [[How to add custom filters to components]] {{JVer|2.5}} | * [[How to add custom filters to components]] {{JVer|2.5}} | ||
* [[Supporting SEF URLs in your component]] | * [[Supporting SEF URLs in your component]] | ||
| Line 12: | Line 12: | ||
* [[Using the editor in a component]] | * [[Using the editor in a component]] | ||
* [[Adding AJAX to your component]] | * [[Adding AJAX to your component]] | ||
* [[How to add breadcrumbs]] | * [[How to add breadcrumbs]] | ||
* [[Sending email from extensions]] | * [[Sending email from extensions]] | ||
| Line 18: | Line 17: | ||
* [[Creating a toolbar for your component]] | * [[Creating a toolbar for your component]] | ||
* [[Creating a file uploader in your component]] | * [[Creating a file uploader in your component]] | ||
* [[Creating Mootools accordion or simple slider/toggler]] | * [[Creating Mootools accordion or simple slider/toggler]] | ||
* [[Adding view layout configuration parameters]] | * [[Adding view layout configuration parameters]] | ||
Revision as of 13:05, 9 May 2013
- (UML sequence diagrams showing the control flow for a component.)
- (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
- Using the JHtmlTabs class in a component

- Using the editor in a component
- Adding AJAX to your component
- 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
- 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
