Definition at line 4 of file HTMLDisplayHandler.php.
HTMLDisplayHandler::_loadJSCSS |
( |
| ) |
|
HTMLDisplayHandler::_moveLinkToHeader |
( |
|
$matches | ) |
|
add html link code extracted from html body to Context, which will be printed inside <header></header> later.
- Parameters
-
- Returns
- void
Definition at line 350 of file HTMLDisplayHandler.php.
HTMLDisplayHandler::_moveMetaToHeader |
( |
|
$matches | ) |
|
add meta code extracted from html body to Context, which will be printed inside <header></header> later.
- Parameters
-
- Returns
- void
Definition at line 361 of file HTMLDisplayHandler.php.
HTMLDisplayHandler::_moveStyleToHeader |
( |
|
$matches | ) |
|
add html style code extracted from html body to Context, which will be printed inside <header></header> later.
- Parameters
-
- Returns
- void
Definition at line 335 of file HTMLDisplayHandler.php.
HTMLDisplayHandler::_preserveSelectValue |
( |
|
$matches | ) |
|
when display mode is HTML, prepare code before print about <select> tag value.
- Parameters
-
- Returns
- string select tag.
Definition at line 298 of file HTMLDisplayHandler.php.
HTMLDisplayHandler::_preserveTextAreaValue |
( |
|
$matches | ) |
|
when display mode is HTML, prepare code before print about <textarea> tag value.
- Parameters
-
array | $matches | textarea tag information. |
- Returns
- string textarea tag
Definition at line 322 of file HTMLDisplayHandler.php.
HTMLDisplayHandler::_preserveValue |
( |
|
$match | ) |
|
when display mode is HTML, prepare code before print about <input> tag value.
- Parameters
-
- Returns
- string input value.
Definition at line 244 of file HTMLDisplayHandler.php.
HTMLDisplayHandler::_transMeta |
( |
|
$matches | ) |
|
HTMLDisplayHandler::prepareToPrint |
( |
& |
$output | ) |
|
when display mode is HTML, prepare code before print.
- Parameters
-
string | $output | compiled template string |
- Returns
- void
Definition at line 148 of file HTMLDisplayHandler.php.
HTMLDisplayHandler::toDoc |
( |
& |
$oModule | ) |
|
Produce HTML compliant content given a module object.
- Parameters
-
- Returns
- string compiled template string
Definition at line 12 of file HTMLDisplayHandler.php.
The documentation for this class was generated from the following file: