Chunk

Difference between revisions of "Developing a Model-View-Controller (MVC) Component for Joomla!2.5 - Contents"

From Joomla! Documentation

(changing to column floating right with TOC included)
m (radius the div)
 
(33 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Navbox
+
<div class="2 large-column" style="float:right; background:#fff;margin:0 0 1.0em 1.0em; width:20em;">
|style = float:right; width:220px; margin-left: 10px;
+
__TOC__
|name      = Joomla! Help Screen
+
<div class="12 large-column panel radius mw-collapsible mw-collapsed" style="width:100%;background:#fff;font-size:.8em">
|state      = off
+
<big>'''Articles in this Series'''</big>
|navbar    = off
+
<div class="12 large-column panel mw-collapsible-content" style="border:none; background:#fff; min-width:100%;">
|title      = Developing a MVC
+
# [[J2.5:Developing a MVC Component/Introduction|Introduction]]
|titlestyle = font-weight:bold; font-size:1.10em;
+
# [[J2.5:Developing a MVC Component/Developing a Basic Component|Developing a Basic Component]]
|above      = __TOC__
+
# [[J2.5:Developing a MVC Component/Adding a view to the site part|Adding a view to the site part]]
|abovestyle = width:220px;
+
# [[J2.5:Developing a MVC Component/Adding a menu type to the site part|Adding a menu type to the site part]]
|list1      = {{Navbox|child
+
# [[J2.5:Developing a MVC Component/Adding a model to the site part|Adding a model to the site part]]
|style     = width:99%; max-width:220px;
+
# [[J2.5:Developing a MVC Component/Adding a variable request in the menu type|Adding a variable request in the menu type]]
|name      = Joomla! Help Screen child
+
# [[J2.5:Developing a MVC Component/Using the database|Using the database]]
|state      = off
+
# [[J2.5:Developing a MVC Component/Basic backend|Basic backend]]
|navbar    = off
+
# [[J2.5:Developing a MVC Component/Adding language management|Adding language management]]
|title      = ''Articles in this series''
+
# [[J2.5:Developing a MVC Component/Adding backend actions|Adding backend actions]]
|titlestyle = font-weight:bold; font-size:.90em; width:99%;
+
# [[J2.5:Developing a MVC Component/Adding decorations to the backend|Adding decorations to the backend]]
|list1    =
+
# [[J2.5:Developing a MVC Component/Adding verifications|Adding verifications]]
* [[Developing a Model-View-Controller Component/2.5/Developing a Basic Component|Developing a Basic Component]]
+
# [[J2.5:Developing a MVC Component/Adding categories|Adding categories]]
* [[Developing a Model-View-Controller Component/2.5/Adding a view to the site part|Adding a view to the site part]]
+
# [[J2.5:Developing a MVC Component/Adding configuration|Adding configuration]]
* [[Developing a Model-View-Controller Component/2.5/Adding a menu type to the site part|Adding a menu type to the site part]]
+
# [[J2.5:Developing a MVC Component/Adding ACL|Adding ACL]]
* [[Developing a Model-View-Controller Component/2.5/Adding a model to the site part|Adding a model to the site part]]
+
# [[J2.5:Developing a MVC Component/Adding an install-uninstall-update script file|Adding an install/uninstall/update script file]]
* [[Developing a Model-View-Controller Component/2.5/Adding a variable request in the menu type|Adding a variable request in the menu type]]
+
# [[J2.5:Developing a MVC Component/Using the language filter facility|Using the language filter facility]]
* [[Developing a Model-View-Controller Component/2.5/Using the database|Using the database]]
+
# [[J2.5:Developing a MVC Component/Adding an update server|Adding an update server]]
* [[Developing a Model-View-Controller Component/2.5/Basic backend|Basic backend]]
+
# [[J2.5:Developing a MVC Component/Example of a frontend update function|Example of a Frontend Update Function]]
* [[Developing a Model-View-Controller Component/2.5/Adding language management|Adding language management]]
+
# [[J2.5:Developing a MVC Component/Example of menu parameters and stylesheets|Example of Menu Parameters & Stylesheets]]
* [[Developing a Model-View-Controller Component/2.5/Adding backend actions|Adding backend actions]]
+
</div></div>
* [[Developing a Model-View-Controller Component/2.5/Adding decorations to the backend|Adding decorations to the backend]]
+
</div>
* [[Developing a Model-View-Controller Component/2.5/Adding verifications|Adding verifications]]
+
<noinclude>{{-}}</noinclude>
* [[Developing a Model-View-Controller Component/2.5/Adding categories|Adding categories]]
+
<includeonly>[[Category:Tutorials in a Series]]</includeonly>
* [[Developing a Model-View-Controller Component/2.5/Adding configuration|Adding configuration]]
+
<noinclude>[[Category:Tutorial Series Templates]]</noinclude>
* [[Developing a Model-View-Controller Component/2.5/Adding ACL|Adding ACL]]
 
* [[Developing a Model-View-Controller Component/2.5/Adding an install-uninstall-update script file|Adding an install/uninstall/update script file]]
 
* [[Developing a Model-View-Controller Component/2.5/Using the language filter facility|Using the language filter facility]]
 
* [[Developing a Model-View-Controller Component/2.5/Adding an update server|Adding an update server]]
 
* [[Developing a Model-View-Controller Component/2.5/Example of a frontend update function|Example of a Frontend Update Function]]
 
* [[Developing a Model-View-Controller Component/2.5/Example of menu parameters and stylesheets|Example of Menu Parameters & Stylesheets]]
 
|list1style  = background-color: cornsilk; padding:2px; font-size:.92em; text-align:left; width:100%;
 
}}
 
}}
 

Latest revision as of 23:27, 30 December 2013