Documentation TYPO3 par Ameos |
Public Member Functions | |
main_wapversion ($content, $conf) | |
contentAbstract () | |
contentAll ($chunkLgd=850) | |
cHeader ($str) | |
cBodytext ($str, $start=0, $max=0) | |
nl2br ($str) | |
getContentResult ($table) | |
bold ($str) | |
paragraph ($str) | |
line ($str) | |
navLink ($str, $pointer) | |
menuCurrentLevel ($indent) | |
link ($str, $id, $deck='') | |
cleanMenuArray ($menu) | |
main_wapversion ($content, $conf) | |
contentAbstract () | |
contentAll ($chunkLgd=850) | |
cHeader ($str) | |
cBodytext ($str, $start=0, $max=0) | |
nl2br ($str) | |
getContentResult ($table) | |
bold ($str) | |
paragraph ($str) | |
line ($str) | |
navLink ($str, $pointer) | |
menuCurrentLevel ($indent) | |
link ($str, $id, $deck='') | |
cleanMenuArray ($menu) | |
Public Attributes | |
$cObj | |
$idx = 0 |
Definition at line 129 of file wapversionLib.inc.
|
Simulates bold type - basically setting it in uppercase
Definition at line 329 of file wapversionLib.inc. |
|
Simulates bold type - basically setting it in uppercase
Definition at line 329 of file wapversionLib.inc. Referenced by cHeader(), and contentAbstract(). |
|
Formats the bodytext for a content element
Definition at line 291 of file wapversionLib.inc. References t3lib_div::fixed_lgd(), and nl2br(). |
|
Formats the bodytext for a content element
Definition at line 291 of file wapversionLib.inc. References t3lib_div::fixed_lgd(), and nl2br(). Referenced by contentAll(). |
|
Formats the header for a content element
Definition at line 277 of file wapversionLib.inc. References bold(). |
|
Formats the header for a content element
Definition at line 277 of file wapversionLib.inc. References bold(). |
|
Cleaning up the menu array returned from sys_page->getMenu(). Removing page types with doktype "5" (not in menu)
Definition at line 421 of file wapversionLib.inc. |
|
Cleaning up the menu array returned from sys_page->getMenu(). Removing page types with doktype "5" (not in menu)
Definition at line 421 of file wapversionLib.inc. Referenced by menuCurrentLevel(). |
|
Getting abstract of the first content elements header and bodytext for the menu
Definition at line 200 of file wapversionLib.inc. References bold(), t3lib_div::fixed_lgd(), and getContentResult(). |
|
Getting abstract of the first content elements header and bodytext for the menu
Definition at line 200 of file wapversionLib.inc. References bold(), t3lib_div::fixed_lgd(), and getContentResult(). Referenced by main_wapversion(). |
|
Returns all page content, but in an array where the content is divided into chunks or a max length (for WAP clients with limited memory capabilities) Content is then displayed using the pointer value found in $GLOBALS['TSFE']->idParts[1], see main_wapversion()
Definition at line 217 of file wapversionLib.inc. References $idx, cBodytext(), and getContentResult(). |
|
Returns all page content, but in an array where the content is divided into chunks or a max length (for WAP clients with limited memory capabilities) Content is then displayed using the pointer value found in $GLOBALS['TSFE']->idParts[1], see main_wapversion()
Definition at line 217 of file wapversionLib.inc. References $idx, cBodytext(), and getContentResult(). Referenced by main_wapversion(). |
|
Selects all records from $table having the current page id as PID (records belonging to that page) Used to select content elements from "tt_content"
Definition at line 314 of file wapversionLib.inc. |
|
Selects all records from $table having the current page id as PID (records belonging to that page) Used to select content elements from "tt_content"
Definition at line 314 of file wapversionLib.inc. Referenced by contentAbstract(), and contentAll(). |
|
Adds a linebreak character to the end of $str
Definition at line 349 of file wapversionLib.inc. |
|
Adds a linebreak character to the end of $str
Definition at line 349 of file wapversionLib.inc. |
|
Creates a link around the input string to another page/deck Used to create menus
Definition at line 405 of file wapversionLib.inc. |
|
Creates a link around the input string to another page/deck Used to create menus
Definition at line 405 of file wapversionLib.inc. Referenced by menuCurrentLevel(). |
|
Main function, called from TypoScript
Definition at line 141 of file wapversionLib.inc. References contentAbstract(), contentAll(), t3lib_div::intInRange(), t3lib_div::makeInstanceClassName(), menuCurrentLevel(), navLink(), and paragraph(). |
|
Main function, called from TypoScript
Definition at line 141 of file wapversionLib.inc. References contentAbstract(), contentAll(), t3lib_div::intInRange(), t3lib_div::makeInstanceClassName(), menuCurrentLevel(), navLink(), and paragraph(). |
|
Creates a menu for the current pagelevel. Navigation is both a path-menu (rootline) and a menu of current page subpages.
Definition at line 370 of file wapversionLib.inc. References cleanMenuArray(), link(), and paragraph(). |
|
Creates a menu for the current pagelevel. Navigation is both a path-menu (rootline) and a menu of current page subpages.
Definition at line 370 of file wapversionLib.inc. References cleanMenuArray(), link(), and paragraph(). Referenced by main_wapversion(). |
|
Creates a navigation link to the next part of the page content!
Definition at line 360 of file wapversionLib.inc. |
|
Creates a navigation link to the next part of the page content!
Definition at line 360 of file wapversionLib.inc. Referenced by main_wapversion(). |
|
Local version of ml2br(). Replaces linebreaks with
Definition at line 303 of file wapversionLib.inc. |
|
Local version of ml2br(). Replaces linebreaks with
Definition at line 303 of file wapversionLib.inc. Referenced by cBodytext(). |
|
Wraps a string in ... tags
Definition at line 339 of file wapversionLib.inc. |
|
Wraps a string in ... tags
Definition at line 339 of file wapversionLib.inc. Referenced by main_wapversion(), and menuCurrentLevel(). |