Portal

Component Development/Reading list: Difference between revisions

From Joomla! Documentation

No edit summary
Tom Hutchison (talk | contribs)
m paring down, will serve articles on the component portal
Line 1: Line 1:
* [[Developing a MVC Component|Developing a Model-View-Controller Component]] {{JVer/multi|2.5,3.x}}
There are many articles and tutorials which focus on component development. If this is your first time developing a component for Joomla! First, you will want to work through the tutorial, [[Developing a MVC Component|Developing a Model-View-Controller Component]] {{JVer/multi|2.5,3.x}}. To help with visualising the control flow of a component you should look at the diagrams found on the page, [[Component Program Flow|Component Program Flow]].
* [[Adding ACL rules to your 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}}
::<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 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 PDF views|Creating PDF views]] {{JVer|2.5}}
* [[File Structure and Naming Conventions]] {{JVer/multi|2.5,3.x}}
* [[How to add breadcrumbs]]{{JVer/multi|2.5,3.x}}
* [[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}}
* [[J2.5:Managing Component Updates|Managing Component Updates - Part 1]] {{JVer|2.5}}
* [[Manifest files]] {{JVer/multi|2.5,3.x}}
::<small>(For the installation of extensions.)</small>
* [[Sending email from extensions]]{{JVer/multi|2.5,3.x}}
* [[Supporting SEF URLs in your component]]{{JVer/multi|2.5,3.x}}
* [[Using a custom image in the menu bar title]]
* [[Using multiple models in an MVC 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]] {{JVer/multi|2.5,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}}
* [[JSON Responses with JResponseJson]] {{JVer|3.x}}
<noinclude>[[Category:Landing subpages|{{PAGENAME}}]]{{NOINDEX}}</noinclude>
<noinclude>[[Category:Landing subpages|{{PAGENAME}}]]{{NOINDEX}}</noinclude>

Revision as of 01:20, 7 October 2013

There are many articles and tutorials which focus on component development. If this is your first time developing a component for Joomla! First, you will want to work through the tutorial, Developing a Model-View-Controller Component  Joomla 2.5 Joomla 3.x. To help with visualising the control flow of a component you should look at the diagrams found on the page, Component Program Flow.