Component Development/Reading list: Difference between revisions
From Joomla! Documentation
Moving the developing a MVC component to the top |
m adding template |
||
| Line 7: | Line 7: | ||
* [[Creating a toolbar for your component]] {{JVer/multi|2.5,3.x}} | * [[Creating a toolbar for your component]] {{JVer/multi|2.5,3.x}} | ||
* [[J2.5:Creating Mootools accordion or simple slider/toggler|Creating Mootools accordion or simple slider/toggler]] {{JVer|2.5}} | * [[J2.5:Creating Mootools accordion or simple slider/toggler|Creating Mootools accordion or simple slider/toggler]] {{JVer|2.5}} | ||
* [[J2.5:Creating PDF views|Creating PDF views]] {{JVer|2.5}} | * [[J2.5:Creating PDF views|Creating PDF views]] {{JVer|2.5}} | ||
* [[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]]{{JVer/multi|2.5,3.x}} | * [[How to add breadcrumbs]]{{JVer/multi|2.5,3.x}} | ||
| Line 25: | Line 25: | ||
* [[J3.1:Using Tags in an Extension|Using Tags in an Extension]] {{JVer|3.x}} | * [[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}} | ||
<noinclude>[[Category:Landing subpages|{{PAGENAME}}]]{{NOINDEX}}</noinclude> | |||
Revision as of 14:31, 31 August 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.)