Documentation TYPO3 par Ameos |
Public Member Functions | |
init () | |
main () | |
printContent () | |
render_TOC () | |
render_TOC_el ($table, $tocCat, &$outputSections, &$tocArray, &$CSHkeys) | |
render_TOC_makeTocList ($tocArray) | |
render_Table ($table) | |
render_Single ($table, $field) | |
make_seeAlso ($value, $anchorTable='') | |
printImage ($images, $descr) | |
headerLine ($str, $type=0) | |
prepareContent ($str) | |
printItem ($table, $field, $anchors=0) | |
getTableFieldNames ($table, $field) | |
getTableFieldLabel ($table, $field='', $mergeToken=': ') | |
Public Attributes | |
$allowedHTML = '<strong><em><b><i>' | |
$limitAccess | |
$table | |
$field | |
$tfID | |
$back | |
$renderALL | |
$content |
Definition at line 88 of file view_help.php.
|
Returns composite label for table/field
Definition at line 639 of file view_help.php. References $field, $table, and getTableFieldNames(). Referenced by make_seeAlso(), and printItem(). |
|
Returns labels for $table and $field. If $table is "_MOD_" prefixed, the part after "_MOD_" is returned (non-tables, fx. modules)
Definition at line 616 of file view_help.php. References $field, and $table. Referenced by getTableFieldLabel(). |
|
Returns header HTML content
Definition at line 547 of file view_help.php. Referenced by printItem(). |
|
Initialize the class for various input etc.
Definition at line 111 of file view_help.php. References t3lib_div::_GP(). |
|
Main function, rendering the display
Definition at line 131 of file view_help.php. References render_Single(), render_Table(), and render_TOC(). |
|
Make seeAlso links from $value
Definition at line 463 of file view_help.php. References t3lib_div::getFileAbsFileName(), getTableFieldLabel(), t3lib_div::loadTCA(), and t3lib_div::trimExplode(). Referenced by printItem(). |
|
Returns prepared content
Definition at line 568 of file view_help.php. Referenced by printItem(). |
|
Outputting the accumulated content to screen
Definition at line 160 of file view_help.php. |
|
Will return an image tag with description in italics.
Definition at line 512 of file view_help.php. References t3lib_div::getFileAbsFileName(), and t3lib_div::trimExplode(). Referenced by printItem(). |
|
Prints a single $table/$field information piece If $anchors is set, then seeAlso references to the same table will be page-anchors, not links.
Definition at line 583 of file view_help.php. References $field, $table, getTableFieldLabel(), headerLine(), t3lib_div::loadTCA(), make_seeAlso(), prepareContent(), and printImage(). Referenced by render_Single(), and render_Table(). |
|
Renders CSH for a single field.
Definition at line 420 of file view_help.php. References $field, $table, and printItem(). Referenced by main(). |
|
Render CSH for a full cshKey/table
Definition at line 363 of file view_help.php. References $field, $table, t3lib_div::loadTCA(), and printItem(). Referenced by main(), and render_TOC_el(). |
|
Creates Table Of Contents and possibly "Full Manual" mode if selected.
Definition at line 183 of file view_help.php. References $table, t3lib_div::isFirstPartOfStr(), t3lib_div::makeInstance(), render_TOC_el(), and render_TOC_makeTocList(). Referenced by main(). |
|
Creates a TOC list element and renders corresponding HELP content if "renderALL" mode is set.
Definition at line 292 of file view_help.php. References $table, and render_Table(). Referenced by render_TOC(). |
|
Renders the TOC index as a HTML bullet list from TOC array
Definition at line 324 of file view_help.php. Referenced by render_TOC(). |