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=': ') | |
createGlossaryIndex () | |
substituteGlossaryWords ($code) | |
substituteGlossaryWords_htmlcleaner_callback ($code) | |
Public Attributes | |
$allowedHTML = '<strong><em><b><i>' | |
$limitAccess | |
$table | |
$field | |
$tfID | |
$back | |
$renderALL | |
$content | |
$glossaryWords |
Definition at line 122 of file view_help.php.
|
Creates glossary index in $this->glossaryWords Glossary is cached in cache_hash table and so will be updated only when cache is cleared.
Definition at line 726 of file view_help.php. References $field, t3lib_BEfunc::getHash(), t3lib_div::isFirstPartOfStr(), and t3lib_BEfunc::storeHash(). Referenced by main(). |
|
Returns composite label for table/field
Definition at line 691 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 668 of file view_help.php. References $field, and $table. Referenced by getTableFieldLabel(). |
|
Returns header HTML content
Definition at line 599 of file view_help.php. Referenced by printItem(). |
|
Initialize the class for various input etc.
Definition at line 146 of file view_help.php. References t3lib_div::_GP(), and t3lib_BEfunc::isModuleSetInTBE_MODULES(). |
|
Main function, rendering the display
Definition at line 167 of file view_help.php. References createGlossaryIndex(), render_Single(), render_Table(), and render_TOC(). |
|
Make seeAlso links from $value
Definition at line 515 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 620 of file view_help.php. Referenced by printItem(). |
|
Outputting the accumulated content to screen
Definition at line 198 of file view_help.php. |
|
Will return an image tag with description in italics.
Definition at line 564 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 635 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 469 of file view_help.php. References $field, $table, printItem(), and substituteGlossaryWords(). Referenced by main(). |
|
Render CSH for a full cshKey/table
Definition at line 409 of file view_help.php. References $field, $table, t3lib_div::loadTCA(), printItem(), and substituteGlossaryWords(). Referenced by main(), and render_TOC_el(). |
|
Creates Table Of Contents and possibly "Full Manual" mode if selected.
Definition at line 221 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 338 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 370 of file view_help.php. Referenced by render_TOC(). |
|
Processing of all non-HTML content in the output Will be done by a call-back to ->substituteGlossaryWords_htmlcleaner_callback()
Definition at line 785 of file view_help.php. References t3lib_div::makeInstance(). Referenced by render_Single(), and render_Table(). |
|
Substituting glossary words in the CSH (This is a call-back function from "class local_t3lib_parsehtml extends t3lib_parsehtml", see top of this script)
Definition at line 801 of file view_help.php. |