Portal

Difference between revisions of "Component Development/Reading list"

From Joomla! Documentation

< Portal:Component Development
m (version icon added)
(Marked this version for translation)
(13 intermediate revisions by 4 users not shown)
Line 1: Line 1:
* [[Adding ACL rules to your component]] {{JVer/multi|2.5,3.x}}
+
<noinclude><languages /></noinclude>
* [[Adding sortable columns to a table in a component]] {{JVer/multi|2.5,3.x}}
+
<translate><!--T:1-->
* [[Component Program Flow]]. {{JVer/multi|2.5,3.x}}
+
There are many articles, tutorials, references and FAQs which focus on component development. If this is your first time developing a component for Joomla, you should start with the [[S:MyLanguage/Absolute Basics of How a Component Functions|Absolute Basics of How a Component Functions]]. If needed, you can visualise the control flow of a component with these [[S:MyLanguage/Component Program Flow|diagrams]].</translate>
:(UML sequence diagrams showing the control flow for a component.)
+
 
* [[Creating a file uploader in your component]] {{JVer/multi|2.5,3.x}}
+
<translate><!--T:2-->
* [[Creating a toolbar for your component]] {{JVer/multi|2.5,3.x}}
+
Next, you will want to read our {{JVer/multi|2.5,3.x}} MVC tutorial {{rarr}} [[S:MyLanguage/Developing a MVC Component|Developing a Model-View-Controller Component]]. Remember to familiarise yourself with Joomla! '''[[S:MyLanguage/Secure coding guidelines|Secure coding guidelines]]''' and '''[[S:MyLanguage/Development Best Practices|Development Best Practices]]'''.</translate>
* [[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}}<noinclude>[[Category:Landing subpages|{{PAGENAME}}]]</noinclude>
+
<translate><!--T:3-->
* [[Developing a MVC Component|Developing a Model-View-Controller Component]] {{JVer/multi|2.5,3.x}}
+
Once you have read the tutorial and/or tried the example component, you can focus more on the specifics of your component with additional articles. These are listed on the [[S:MyLanguage/Portal:Component Development|Component Development Portal]] or any of the supporting Portals for Development(Plugins, Modules or Templates).</translate>
* [[File Structure and Naming Conventions]] {{JVer/multi|2.5,3.x}}
+
 
* [[How to add breadcrumbs]]
+
<noinclude>
* [[How to add custom filters to components]] {{JVer|2.5}}
+
<translate><!--T:4-->
* [[How to implement XML-RPC in a component]]
+
[[Category:Landing subpages]]</translate>
* [[JController and its subclass usage overview]] {{JVer/multi|2.5}}
+
</noinclude>
* [[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}}
 
:(For the installation of extensions.)
 
* [[Sending email from extensions]]
 
* [[Supporting SEF URLs in your component]]
 
* [[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}}
 

Revision as of 09:53, 25 May 2015

Other languages:
Bahasa Indonesia • ‎Deutsch • ‎English • ‎Nederlands • ‎español • ‎français • ‎português • ‎português do Brasil • ‎български • ‎русский • ‎українська • ‎বাংলা • ‎ไทย • ‎中文(台灣)‎

There are many articles, tutorials, references and FAQs which focus on component development. If this is your first time developing a component for Joomla, you should start with the Absolute Basics of How a Component Functions. If needed, you can visualise the control flow of a component with these diagrams.

Next, you will want to read our  Joomla 2.5 Joomla 3.x MVC tutorial    Developing a Model-View-Controller Component. Remember to familiarise yourself with Joomla! Secure coding guidelines and Development Best Practices.

Once you have read the tutorial and/or tried the example component, you can focus more on the specifics of your component with additional articles. These are listed on the Component Development Portal or any of the supporting Portals for Development(Plugins, Modules or Templates).