
Public Member Functions | |
| checkMedia () | |
| INSERT BRIEF DESCRIPTION HERE. | |
| setCSS ($css) | |
| Set the CSS content. | |
| updateFileList () | |
| INSERT BRIEF DESCRIPTION HERE. | |
Protected Member Functions | |
| doGetHTML ($params) | |
| INSERT BRIEF DESCRIPTION HERE. | |
| validate () | |
| INSERT BRIEF DESCRIPTION HERE. | |
This content module supports CSS. It does not do any validation or manipulation of the CSS. The stylesheets contained in Snap2 are meant to be used in preview frames and also for projects' content-centric CSS.
Definition at line 12 of file SnapContentCss.php5.
| SnapContentCss::checkMedia | ( | ) |
INSERT BRIEF DESCRIPTION HERE.
INSERT FULL DESCRIPTION HERE
Reimplemented from SnapContent.
Definition at line 58 of file SnapContentCss.php5.
| SnapContentCss::doGetHTML | ( | $ | params | ) | [protected] |
INSERT BRIEF DESCRIPTION HERE.
For internal use only.
INSERT FULL DESCRIPTION HERE
| $params | [TYPE]: DESCRIPTION |
Reimplemented from SnapContent.
Definition at line 47 of file SnapContentCss.php5.
References SnapContent::getAll().
| SnapContentCss::setCSS | ( | $ | css | ) |
Set the CSS content.
CSS is currently not validated
| $css | [string]: valid CSS string to put into this content module |
Definition at line 23 of file SnapContentCss.php5.
References SnapContent::setAll().
| SnapContentCss::updateFileList | ( | ) |
INSERT BRIEF DESCRIPTION HERE.
INSERT FULL DESCRIPTION HERE
Reimplemented from SnapContent.
Definition at line 69 of file SnapContentCss.php5.
| SnapContentCss::validate | ( | ) | [protected] |
INSERT BRIEF DESCRIPTION HERE.
For internal use only.
INSERT FULL DESCRIPTION HERE
Reimplemented from SnapContent.
Definition at line 35 of file SnapContentCss.php5.
1.5.6