JHTMLContent: Difference between revisions
From Joomla! Documentation
No edit summary |
m preparing for archive only |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/html/html/content.php | libraries/joomla/html/html/content.php | ||
| Line 19: | Line 14: | ||
<source lang="php">jimport( 'joomla.html.html.content' );</source> | <source lang="php">jimport( 'joomla.html.html.content' );</source> | ||
===Examples=== | ===Examples=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JHTMLContent | category=JHTMLContent | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
Latest revision as of 00:39, 25 March 2017
Defined in
libraries/joomla/html/html/content.php
Methods
| Method name | Description |
|---|---|
| prepare | Fire onPrepareContent for content that isn't part of an article. |
Importing
jimport( 'joomla.html.html.content' );
Examples
Code Examples