![]() HTML_CSS : The Definitive Guide |
Table of Contents
HTML_CSS::HTML_CSS
- Class constructor
HTML_CSS::setXhtmlCompliance
- Sets XHTML compliance
HTML_CSS::parseFile
- Parse a file that contains CSS information
HTML_CSS::setCache
- Defines if the document should be cached by the
browser. Defaults to false.
HTML_CSS::setSingleLineOutput
- Determines whether definitions are
output single line or multiline
HTML_CSS::setOutputGroupsFirst
- Determines whether groups are output
before elements or not
With the class constructor, you have ability to set many options :
HTML_CSS::setXhtmlCompliance()
.
HTML_Common::setTab()
.
HTML_CSS::parseFile()
.
HTML_CSS::setCache()
.
HTML_CSS::setSingleLineOutput()
.
HTML_CSS::setOutputGroupsFirst()
.
HTML_CSS : The Definitive Guide | v 1.1.3 : February 18, 2007 |