JHTMLContent/1.5
From Joomla! Documentation
< JHTMLContent(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|1.5}} JHTMLContent== | ||
| + | ===Description=== | ||
| + | {{Description:JHTMLContent}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JHTMLContent|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JHTMLContent|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JHTMLContent::prepare/1.5|prepare]] | |[[JHTMLContent::prepare/1.5|prepare]] | ||
|Fire onPrepareContent for content that isn't part of an article. | |Fire onPrepareContent for content that isn't part of an article. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/html/html/content.php | ||
===Importing=== | ===Importing=== | ||
<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/Html/JHTMLContent.html api.joomla.org] | ||
| + | * {{JVer|1.5}} '''JHTMLContent source code''' on [[jframework15:html/html/content.php|JoomlaCode]] | ||
| + | * {{JVer|1.5}} Subpackage [[Subpackage Html/1.5|Html]] | ||
| + | * [[JHTMLContent|Other versions of JHTMLContent]] | ||
| + | {{SeeAlso:JHTMLContent}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JHTMLContent|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JHTMLContent|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 37: | Line 38: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JHTMLContent]]</noinclude> | <noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JHTMLContent]]</noinclude> | ||
Revision as of 18:10, 25 April 2011
JHTMLContent
Description
Description:JHTMLContent [Edit Descripton]
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
Importing
jimport( 'joomla.html.html.content' );
See also
-
JHTMLContent on api.joomla.org
-
JHTMLContent source code on JoomlaCode
-
Subpackage Html
- Other versions of JHTMLContent
SeeAlso:JHTMLContent [Edit See Also]
User contributed notes
<CodeExamplesForm />