Difference between revisions of "Developing an MVC Component/Using the language filter facility"
From Joomla! Documentation
< J3.x:Developing an MVC Component
m (fix up prev link at bottom) |
m (set Previous step link to Adding AJAX) |
||
Line 16: | Line 16: | ||
<div class="row"> | <div class="row"> | ||
<div class="large-6 columns">{{Basic button|<translate><!--T:12--> | <div class="large-6 columns">{{Basic button|<translate><!--T:12--> | ||
− | S:MyLanguage/J3.x:Developing_an_MVC_Component/Adding | + | S:MyLanguage/J3.x:Developing_an_MVC_Component/Adding AJAX|Prev: Adding AJAX</translate>|class=expand success}}</div> |
<div class="large-6 columns">{{Basic button|<translate><!--T:13--> | <div class="large-6 columns">{{Basic button|<translate><!--T:13--> | ||
S:MyLanguage/J3.x:Developing_an_MVC_Component/Adding an update server|Next: Adding an update server</translate>|class=expand}}</div> | S:MyLanguage/J3.x:Developing_an_MVC_Component/Adding an update server|Next: Adding an update server</translate>|class=expand}}</div> |
Latest revision as of 05:31, 14 February 2018
This article or section is incomplete, which means it may be lacking information. You are welcome to assist in its completion by editing it as well. If this article or section has not been edited in several days, please consider helping complete the content.
This article was last edited by Robbiej (talk| contribs) 7 hours ago. (Purge)
Articles in this Series
- Introduction
- Developing a Basic Component
- Adding a view to the site part
- Adding a menu type to the site part
- Adding a model to the site part
- Adding a variable request in the menu type
- Using the database
- Basic backend
- Adding language management
- Adding backend actions
- Adding decorations to the backend
- Adding verifications
- Adding categories
- Adding configuration
- Adding ACL
- Adding an install/uninstall/update script file
- Adding a front-end form
- Adding an image
- Adding a map
- Adding AJAX
- Using the language filter facility
- Adding an update server
- Example of Menu Parameters & Stylesheets
This is a multiple-article series of tutorials on how to develop a Model-View-Controller Component for Joomla! Version.
Begin with the Introduction, and navigate the articles in this series by using the navigation button at the bottom or the box to the right (the Articles in this series).
Introduction
This tutorial is part of the Developing an MVC Component for Joomla! 3.2 tutorial. You are encouraged to read the previous parts of the tutorial before reading this.
Using the language filter facility
This part is open for editing.