JHTMLContent/1.5
From Joomla! Documentation
< JHTMLContent(Difference between revisions)
(Layout updates) |
m (→See also: fixing link to API) |
||
| Line 22: | Line 22: | ||
<source lang="php">jimport( 'joomla.html.html.content' );</source> | <source lang="php">jimport( 'joomla.html.html.content' );</source> | ||
===See also=== | ===See also=== | ||
| − | * {{JVer|1.5}} '''JHTMLContent''' on [http://api.joomla.org/Joomla-Framework/ | + | * {{JVer|1.5}} '''JHTMLContent''' on [http://api.joomla.org/1.5/Joomla-Framework/HTML/JHTMLContent.html api.joomla.org] |
* {{JVer|1.5}} '''JHTMLContent source code''' on [[jframework15:html/html/content.php|JoomlaCode]] | * {{JVer|1.5}} '''JHTMLContent source code''' on [[jframework15:html/html/content.php|JoomlaCode]] | ||
* {{JVer|1.5}} Subpackage [[Subpackage Html/1.5|Html]] | * {{JVer|1.5}} Subpackage [[Subpackage Html/1.5|Html]] | ||
Latest revision as of 16:02, 13 February 2013
[edit]
JHTMLContent
[edit] Description
Description:JHTMLContent [Edit Descripton]
[edit] Methods
| Visibility | Method name | Description |
|---|---|---|
| public | prepare | Fire onPrepareContent for content that isn't part of an article. |
- Defined in libraries/joomla/html/html/content.php
[edit] Importing
jimport( 'joomla.html.html.content' );
[edit] See also
-
JHTMLContent on api.joomla.org
-
JHTMLContent source code on JoomlaCode
-
Subpackage Html
- Other versions of JHTMLContent
SeeAlso:JHTMLContent [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />