There are four main extensions in joomla.
How to add jdoc?
There is no magic for this , you can add it via a simple HTML type notation.
<jdoc:include type=”specifictype”/>
Here I list out what are the important jdoc types
These three element should appear only one time in page.
Head:
Header jdoc this will add with in <head>….</head> tag. This will load the meatadata, style and scripts.
<jdoc:include type=”head”/>
Message:
This will used to render errors in each request. Using this we can display the error, notice and warning messages from mainframe redirect/enque messages.
<jdoc:include type=”message”/>
Component:
Component act a main roll in joomla. You can render the component output using this jdoc
<jdoc:include type=”component”/>
Please reply your feedback in comments.
- Component
- Module
- Plugins
- Template
How to add jdoc?
There is no magic for this , you can add it via a simple HTML type notation.
<jdoc:include type=”specifictype”/>
Here I list out what are the important jdoc types
1. Head
2. Message
3. Component
Head:
Header jdoc this will add with in <head>….</head> tag. This will load the meatadata, style and scripts.
<jdoc:include type=”head”/>
Message:
This will used to render errors in each request. Using this we can display the error, notice and warning messages from mainframe redirect/enque messages.
<jdoc:include type=”message”/>
Component:
Component act a main roll in joomla. You can render the component output using this jdoc
<jdoc:include type=”component”/>
Please reply your feedback in comments.
No comments:
Post a Comment