Component Development/Reading list: Difference between revisions
From Joomla! Documentation
m Hutchy68 moved page Component Development/Reading list to Portal:Component Development/Reading list: navigational structure |
m updates |
||
| Line 3: | Line 3: | ||
* [[Adding sortable columns to a table in a component]] {{JVer/multi|2.5,3.x}} | * [[Adding sortable columns to a table in a component]] {{JVer/multi|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.) | ::<small>(UML sequence diagrams showing the control flow for a component.)</small> | ||
* [[Creating a file uploader in your component]] {{JVer/multi|2.5,3.x}} | * [[Creating a file uploader in your component]] {{JVer/multi|2.5,3.x}} | ||
* [[Creating a toolbar for your component]] {{JVer/multi|2.5,3.x}} | * [[Creating a toolbar for your component]] {{JVer/multi|2.5,3.x}} | ||
| Line 16: | Line 16: | ||
* [[J2.5:Managing Component Updates|Managing Component Updates - Part 1]] {{JVer|2.5}} | * [[J2.5:Managing Component Updates|Managing Component Updates - Part 1]] {{JVer|2.5}} | ||
* [[Manifest files]] {{JVer/multi|2.5,3.x}} | * [[Manifest files]] {{JVer/multi|2.5,3.x}} | ||
:(For the installation of extensions.) | ::<small>(For the installation of extensions.)</small> | ||
* [[Sending email from extensions]]{{JVer/multi|2.5,3.x}} | * [[Sending email from extensions]]{{JVer/multi|2.5,3.x}} | ||
* [[Supporting SEF URLs in your component]]{{JVer/multi|2.5,3.x}} | * [[Supporting SEF URLs in your component]]{{JVer/multi|2.5,3.x}} | ||
Revision as of 20:48, 19 September 2013
- Developing a Model-View-Controller Component

- 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

- 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.)