Component Development/Reading list: Difference between revisions
From Joomla! Documentation
Remove 1.6 and 1.7 tags and add 3.1 |
m saving to preserve changes while updating |
||
| Line 1: | Line 1: | ||
* [[Portal:Platform|Joomla Platform Portal]] {{JVer|platform}} | * [[Portal:Platform|Joomla Platform Portal]] {{JVer|platform}} | ||
* [[File Structure and Naming Conventions]] {{JVer/multi| | * [[File Structure and Naming Conventions]] {{JVer/multi|2.5,3.x}} | ||
* [[Component Program Flow]]. | * [[Component Program Flow]]. {{JVer/multi|2.5,3.x}} | ||
* [[Developing a Model-View-Controller Component]] {{JVer/multi| | :(UML sequence diagrams showing the control flow for a component.) | ||
* [[Developing a Model-View-Controller Component]] {{JVer/multi|2.5,3.x}} | |||
* [[Manifest files]] | * [[Manifest files]] {{JVer/multi|2.5,3.x}} | ||
:(For the installation of extensions.) | |||
* [[Adding sortable columns to a table in a component]] | * [[Adding sortable columns to a table in a component]] | ||
* [[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]] | ||
* [[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. | |||
* [[Using the editor in a component]] | * [[Using the editor in a component]] | ||
* [[Adding AJAX to your component]] | * [[Adding AJAX to your component]] | ||
| Line 26: | Line 24: | ||
* [[How to implement XML-RPC in a component]] | * [[How to implement XML-RPC in a component]] | ||
* [[Using multiple models in an MVC component]] | * [[Using multiple models in an MVC component]] | ||
* [[Adding ACL rules to your component]] {{JVer/multi|2.5,3. | * [[Adding ACL rules to your component]] {{JVer/multi|2.5,3.x}} | ||
* [[JController and its subclass usage overview]] {{JVer/multi|2.5}} | * [[JController and its subclass usage overview]] {{JVer/multi|2.5}} | ||
* [[Managing Component Updates with Joomla!2.5 - Part 1]] {{JVer/multi|2.5}} | * [[Managing Component Updates with Joomla!2.5 - Part 1]] {{JVer/multi|2.5}} | ||
* [[Xml-rpc changes in Joomla! 2.5]] {{JVer/multi|2.5,3. | * [[Xml-rpc changes in Joomla! 2.5]] {{JVer/multi|2.5,3.x}} | ||
* [[Creating PDF views]] {{JVer|2.5}}<noinclude>[[Category:Landing subpages|{{PAGENAME}}]]</noinclude> | * [[Creating PDF views]] {{JVer|2.5}}<noinclude>[[Category:Landing subpages|{{PAGENAME}}]]</noinclude> | ||
* [[ | * [[J3.1:Using Tags in an Extension|Using Tags in an Extension]] {{JVer|3.x}} | ||
Revision as of 20:46, 8 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
- Ajax using MooTools

- 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
- Adding Javascript moo.fx to 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
