Portal

Difference between revisions of "Component Development/Reading list"

From Joomla! Documentation

< Portal:Component Development
m (adding category)
(removing the 2.5 outdated stuff)
 
(58 intermediate revisions by 9 users not shown)
Line 1: Line 1:
* [[Developing a Model-View-Controller Component]] {{JVer|1.5}} {{JVer|2.5}}
+
<noinclude><languages /></noinclude>
* [[File Structure and Naming Conventions]] {{JVer|1.5}}
+
<translate><!--T:1-->
* [[Component Program Flow]]. UML sequence diagrams showing the control flow for a component. {{JVer|1.5}}
+
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>
* [[Component parameters]]
+
 
* [[Components:xml installfile]].  An example component XML installation file. {{JVer|1.5}}
+
<translate><!--T:2-->
* [[Manifest files]] for the installation of extensions {{JVer|1.6}}
+
Next, you will want to read our {{JVer/multi|3.x}} MVC tutorial {{rarr}} [[S:MyLanguage/J3.x:Developing_an_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>
* [[Supporting SEF URLs in your component]]
+
 
* [[Supporting plugins in your component]]
+
<translate><!--T:3-->
* [[Using JPagination in your component]]
+
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>
* [[Adding sortable columns to a table in a component]]
+
 
* [[Using the JPane classes in a component]] {{JVer|1.5}}
+
<noinclude>
* [[Using the JHtmlTabs class in a component]] {{JVer|1.6}} {{JVer|1.7}} {{JVer|2.5}}
+
<translate><!--T:4-->
* [[Using the editor in a component]]
+
[[Category:Landing subpages]]</translate>
* [[Adding AJAX to your component]]
+
</noinclude>
* [[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]]
 
* [[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]] {{JVer|1.7}}
 
* [[How to create a modal form field in 1.6/1.7]] {{JVer|1.6}} {{JVer|1.7}}
 
* [[JController and its subclass usage overview]] {{JVer|1.6}} {{JVer|1.7}}
 
* [[Managing Component Updates with Joomla!1.6 - Part 1]] {{JVer|1.6}} {{JVer|1.7}} {{JVer|2.5}}
 
* [[Xml-rpc changes in Joomla! 1.6]] {{JVer|1.6}}
 
* [[Creating PDF views]]{{JVer|2.5}}
 
* [[Components:jform fields]]. and their usage {{JVer|2.5}}<noinclude>[[Category:Landing subpages|{{PAGENAME}}]]</noinclude>
 

Latest revision as of 12:45, 22 February 2017

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