Component Development/Reading list: Difference between revisions
From Joomla! Documentation
m version icon added |
m alphabetizing, might not be the best for now, need a way to dpl these, but how to order them |
||
| Line 1: | Line 1: | ||
* [[ | * [[Adding ACL rules to your component]] {{JVer/multi|2.5,3.x}} | ||
* [[ | * [[Adding AJAX to your component]] | ||
* [[Adding sortable columns to a table in a component]] {{JVer/multi|1.5,2.5,3.x}} | |||
* [[Component Program Flow]]. {{JVer/multi|2.5,3.x}} | * [[Component Program Flow]]. {{JVer/multi|2.5,3.x}} | ||
:(UML sequence diagrams showing the control flow for a component.) | :(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]] {{JVer|2.5}} | |||
* [[Creating PDF views]] {{JVer|2.5}}<noinclude>[[Category:Landing subpages|{{PAGENAME}}]]</noinclude> | |||
* [[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}} | |||
* [[How to add breadcrumbs]] | |||
* [[How to add custom filters to components]] {{JVer|2.5}} | |||
* [[How to implement XML-RPC in a component]] | |||
* [[JController and its subclass usage overview]] {{JVer/multi|2.5}} | |||
* [[Portal:Platform|Joomla Platform Portal]] {{JVer|platform}} | |||
* [[Managing Component Updates with Joomla!2.5 - Part 1]] {{JVer/multi|2.5}} | |||
* [[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]] | ||
* [[Supporting SEF URLs in your component]] | * [[Supporting SEF URLs in your component]] | ||
* [[Using a custom image in the menu bar title]] | |||
* [[Using multiple models in an MVC component]] | |||
* [[Using the JHtmlTabs class in a component]] {{JVer/multi|2.5,3.x}} | * [[Using the JHtmlTabs class in a component]] {{JVer/multi|2.5,3.x}} | ||
* [[Using the JToolBar class in the frontend]] | * [[Using the JToolBar class in the frontend]] | ||
* [[ | * [[J3.1:Using Tags in an Extension|Using Tags in an Extension]] {{JVer|3.x}} | ||
* [[Xml-rpc changes in Joomla! 2.5]] {{JVer/multi|2.5,3.x}} | * [[Xml-rpc changes in Joomla! 2.5]] {{JVer/multi|2.5,3.x}} | ||
Revision as of 11:55, 24 May 2013
- Adding ACL rules to your component

- Adding AJAX 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 with Joomla!2.5 - Part 1

- Manifest files

- (For the installation of extensions.)