Chunk

Difference between revisions of "Module Class Suffix/zh-tw"

From Joomla! Documentation

(Created page with "模組的 Class 前綴")
 
(Created page with "See Using Class Suffixes for more information.<noinclude>{{PAGENAME}}</noinclude>")
 
Line 9: Line 9:
 
Generally, it is recommended to use a leading space to create a new class. This way, CSS styling for this module that uses the standard class names will continue to work. You can use the new class name to add any desired styling to the module without needing to re-create all of the existing CSS code. Note that, if you create a new class name, make sure it has a unique name and doesn't conflict with any existing class names.
 
Generally, it is recommended to use a leading space to create a new class. This way, CSS styling for this module that uses the standard class names will continue to work. You can use the new class name to add any desired styling to the module without needing to re-create all of the existing CSS code. Note that, if you create a new class name, make sure it has a unique name and doesn't conflict with any existing class names.
  
See [[Using Class Suffixes]] for more information.<noinclude>[[Category:Glossary definitions|{{PAGENAME}}]]</noinclude>
+
See [[S:MyLanguage/Using Class Suffixes|Using Class Suffixes]] for more information.<noinclude>[[Category:Glossary definitions|{{PAGENAME}}]]</noinclude>
 
<noinclude>
 
<noinclude>
 
== Languages ==  
 
== Languages ==  
 
<languages /></noinclude>
 
<languages /></noinclude>

Latest revision as of 20:44, 6 January 2021

Module Class Suffix is a parameter in Joomla! modules. It is set Module: [Edit] screen under Advanced Parameters. Setting this parameter causes Joomla! to either add a new CSS class or modify the existing CSS class for the div element for this specific module.

When Joomla! generates a module, it automatically create a CSS class called "moduletable" to allow styling of the module -- for example,

<div class="moduletable">

To create a new class, enter the parameter with a leading space. For example, entering a space plus "myNewClass" will create a new CSS class called "myNewClass". The HTML will be changed to

<div class="moduletable myNewClass">

To change the name of the existing class, enter in the parameter without a leading space. For example, entering "_mySuffix" (no leading space) will cause the HTML to changed to

<div class="moduletable_mySuffix">

Generally, it is recommended to use a leading space to create a new class. This way, CSS styling for this module that uses the standard class names will continue to work. You can use the new class name to add any desired styling to the module without needing to re-create all of the existing CSS code. Note that, if you create a new class name, make sure it has a unique name and doesn't conflict with any existing class names.

See Using Class Suffixes for more information.

Languages

Other languages:
català • ‎Deutsch • ‎English • ‎español • ‎français • ‎Bahasa Indonesia • ‎italiano • ‎日本語 • ‎Nederlands • ‎русский • ‎svenska • ‎Kiswahili • ‎中文(台灣)‎