JHtmlContent: Difference between revisions
From Joomla! Documentation
Bulk upload by Doxiki2 |
m preparing for archive only |
||
| (7 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
=={{JVer|11.1}} JHtmlContent== | |||
===Description=== | |||
{{ | |||
== | |||
=== | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
!Visibility | |||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
|[[JHtmlContent::prepare | |public static | ||
|[[API17:JHtmlContent::prepare|prepare]] | |||
|Fire onContentPrepare for content that isn't part of an article. | |Fire onContentPrepare 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|11.1}} '''JHtmlContent source code''' on [[jplatform:html/html/content.php|BitBucket]] | ||
{{ | * {{JVer|11.1}} Subpackage [[API17:Subpackage Html|Html]] | ||
* [[API17:JHtmlContent|Other versions of JHtmlContent]] | |||
===Examples=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JHtmlContent | category=JHtmlContent | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
namespace=CodeExample | |||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude> | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> | ||
Latest revision as of 03:11, 25 March 2017
JHtmlContent
Description
Methods
| Visibility | Method name | Description |
|---|---|---|
| public static | prepare | Fire onContentPrepare 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 source code on BitBucket
Subpackage Html- Other versions of JHtmlContent
User contributed notes
Code Examples