Module Chrome
Module Chrome or a better word to describe module chrome is a wrapper. Why? Because all module data that's outputted can be surrounded by HTML in possibly two ways.
1. The Module Data itself most of the time has some type of HTML structure for the information its going to output.

2. Joomla itself adds an HTML wrapper that surrounds the module output.

What are the types of module chrome or wrappers available by default? Joomla modules are added to your Joomla template with is type of tag.
 The parameters for the module chrome or wrappers are set via style="none" parameter above is an example of what a tag looks like.
The default tags options chart and there sample wrapper output are below. Joomla Modules styles meaning CSS styles are a little tricky at first I will cover them later on.
Parameter style name Example chrome wrapper HTML output none
 table
 horz
 xhtml
 rounded
 outline
 Custom Add your Chrome Wrapper see How To section.
|