HTML5 response
Located in /core/response/jResponseHtml.class.php (line 28)
jResponse | --jResponseBasicHtml | --jResponseHtml
Class | Description |
---|---|
jResponseHtml4 | Response class for HTML 4 or XHTML 1.x |
Selector of the template used when there are some errors, instead of $bodyTpl
body attributes
This attributes are written on the body tags
selector of the main template file
This template should contains the body content, and is used by the $body template engine
favicon url linked to the document
Title of the document
list of css stylesheet for IE
list of css stylesheet
the end tag to finish tags. it is different if we are in XHTML mode or not
inline js code to insert after js links
inline js code to insert before js links
list of js script for IE
list of js script
list of information to generate link tags
content of the meta author tag
list of descriptions to add into a meta description tag
content of the meta generator tag
list of keywords to add into a meta keyword tag
list of CSS code
jresponse id
Inherited from jResponseBasicHtml
jResponseBasicHtml::$htmlFile
jResponseBasicHtml::$plugins
jResponseBasicHtml::$xhtmlContentType
jResponseBasicHtml::$_bodyBottom
jResponseBasicHtml::$_bodyTop
jResponseBasicHtml::$_charset
jResponseBasicHtml::$_headBottom
jResponseBasicHtml::$_headTop
jResponseBasicHtml::$_isXhtml
jResponseBasicHtml::$_lang
Inherited from jResponse
jResponse::$forcedHttpVersion
jResponse::$httpVersion
jResponse::$_httpHeaders
jResponse::$_httpHeadersSent
jResponse::$_httpStatusCode
jResponse::$_httpStatusMsg
jResponse::$_outputOnlyHeaders
constructor;
setup the charset, the lang, the template engine
add a link to a css stylesheet in the document head
$forIe parameter exists since 1.0b2
add inline javascript code (inside a <script> tag)
add a link to a javascript script in the document head
$forIe parameter exists since 1.0b2
add a generic link to the head
add author(s) in a author meta tag
add a description in a description meta tag
add generator a generator meta tag
add some keywords in a keywords meta tag
add inline css style into the document (inside a <style> tag)
used to erase some head properties
return the end of a html tag : "/>" or ">", depending if it will generate xhtml or html
output the html content
generate the doctype. You can override it if you want to have your own doctype, like XHTML+MATHML.
set attributes on the body tag
set all CSS links for IE
set all CSS links
set all JS links for IE
set all JS links
change the type of html for the output
Inherited From jResponseBasicHtml
jResponseBasicHtml::__construct()
jResponseBasicHtml::addContent()
jResponseBasicHtml::addHeadContent()
jResponseBasicHtml::doAfterActions()
jResponseBasicHtml::getPlugin()
jResponseBasicHtml::isXhtml()
jResponseBasicHtml::output()
jResponseBasicHtml::outputErrors()
jResponseBasicHtml::setContentType()
jResponseBasicHtml::setXhtmlOutput()
Inherited From jResponse
jResponse::__construct()
jResponse::addHttpHeader()
jResponse::cleanCacheHeaders()
jResponse::clearHttpHeaders()
jResponse::getFormatType()
jResponse::getType()
jResponse::isValidCache()
jResponse::output()
jResponse::outputErrors()
jResponse::sendHttpHeaders()
jResponse::setExpires()
jResponse::setHttpStatus()
jResponse::setLifetime()
jResponse::_checkRequestType()
jResponse::_normalizeDate()
Documentation generated on Wed, 04 Jan 2017 22:56:16 +0100 by phpDocumentor 1.4.3