Difference between revisions of "Component/es"

From Joomla! Documentation

(Updating to match new version of source page)
(Updating to match new version of source page)
 
Line 4: Line 4:
  
 
== Where to get Joomla! components? ==  
 
== Where to get Joomla! components? ==  
A small selection of components is included with the default Joomla! installation but many more are available from the [http://extensions.joomla.org Joomla! Extensions Directory].
+
A small selection of components is included with the default Joomla! installation but many more are available from the [https://extensions.joomla.org/ Joomla! Extensions Directory].
  
 
=== Installation of a component ===  
 
=== Installation of a component ===  
Line 12: Line 12:
 
=== Developers ===  
 
=== Developers ===  
  
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 [[Component Program Flow|diagrams]].  
+
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 [[Component Program Flow|diagrams]].  
  
 
Next, you will want to read our {{JVer|3.x}} MVC tutorial [[S:MyLanguage/J3.x:Developing_an_MVC_Component|Developing an MVC Component]].
 
Next, you will want to read our {{JVer|3.x}} MVC tutorial [[S:MyLanguage/J3.x:Developing_an_MVC_Component|Developing an MVC 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 [[Portal:Component Development|Component Development Portal]] or any of the supporting Portals for Development(Plugins, Modules or Templates).
+
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).
  
 
<!--T:4-->
 
<!--T:4-->
 
[[Category:Extensions{{#translation:}}| Component]][[Category:Landing Pages{{#translation:}}]][[Category:Glossary{{#translation:}}]]
 
[[Category:Extensions{{#translation:}}| Component]][[Category:Landing Pages{{#translation:}}]][[Category:Glossary{{#translation:}}]]
 
__NOTOC__
 
__NOTOC__

Latest revision as of 07:00, 16 November 2021

Other languages:
Bahasa Indonesia • ‎Deutsch • ‎English • ‎Kiswahili • ‎Nederlands • ‎Türkçe • ‎català • ‎eesti • ‎español • ‎français • ‎hrvatski • ‎italiano • ‎português • ‎português do Brasil • ‎русский • ‎中文(台灣)‎ • ‎日本語


A component is a kind of Joomla! extension. Components are the main functional units of Joomla!; they can be seen as mini-applications. An easy analogy would be that Joomla! is the operating system and the components are desktop applications. Created by a component, content is usually displayed in the center of the main content area of a template (depending on the template).

Most components have two main parts: an administrator part and a site part. The site part is what is used to render pages of your site when they are requested by your site visitors during normal site operation. The administrator part provides an interface to configure and manage different aspects of the component and is accessible through the Joomla! administrator application.

Joomla! comes with a number of core components, like the content management system, contact forms and Web Links.

See also: Module, Plugin, Template


Where to get Joomla! components?

A small selection of components is included with the default Joomla! installation but many more are available from the Joomla! Extensions Directory.

Installation of a component

If you want to install a component to your Joomla! installation, read more about Installing an extension here.

Recommended Reading

Developers

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 an MVC 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 Component Development Portal or any of the supporting Portals for Development (Plugins, Modules or Templates).