API17

Difference between revisions of "JDocumentHTML"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (→‎User contributed notes: bad link repair)
Line 93: Line 93:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JDocumentHTML]]</noinclude>
+
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JDocumentHTML]]</noinclude>

Revision as of 13:37, 29 August 2012

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JDocumentHTML[edit]

Description[edit]

Template:Description:JDocumentHTML [Edit Descripton]

Methods[edit]

Visibility Method name Description
public __construct Class constructor.
public addCustomTag Adds a custom html string to the head block.
public addFavicon Adds a shortcut icon (favicon).
public addHeadLink Adds <link> tags to the head of the document.
public countMenuChildren Count the number of child menu items.
public countModules Count the modules based on the given condition.
public getBuffer Get the contents of a document include.
public getHeadData Get the html document head data.
public mergeHeadData Merge the html document head data.
public parse Parses the template and populates the buffer.
public render Outputs the template to the browser.
public setBuffer Set the contents a document includes.
public setHeadData Set the html document head data.
protected _fetchTemplate Fetch the template, and initialise the params.
  • Defined in libraries/joomla/document/html/html.php
  • Extends JDocument

Importing[edit]

jimport( 'joomla.document.html.html' );

See also[edit]

Template:SeeAlso:JDocumentHTML [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />