"TYPO3 4.0.1: t3lib_arrayBrowser Class Reference", "datetime" => "Sat Dec 2 19:25:43 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?>
Public Member Functions | |
tree ($arr, $depth_in, $depthData) | |
wrapValue ($theValue, $depth) | |
wrapArrayKey ($label, $depth, $theValue) | |
getSearchKeys ($keyArr, $depth_in, $searchString, $keyArray) | |
fixed_lgd ($string, $chars) | |
depthKeys ($arr, $settings) | |
Public Attributes | |
$expAll = FALSE | |
$dontLinkVar = FALSE | |
$depthKeys = array() | |
$searchKeys = array() | |
$fixedLgd = 1 | |
$regexMode = 0 | |
$varName = '' |
Definition at line 77 of file class.t3lib_arraybrowser.php.
|
Function modifying the depthKey array
Definition at line 245 of file class.t3lib_arraybrowser.php. Referenced by tree(). |
|
Fixed length function
Definition at line 228 of file class.t3lib_arraybrowser.php. Referenced by tree(). |
|
Creates an array with "depthKeys" which will expand the array to show the search results
Definition at line 196 of file class.t3lib_arraybrowser.php. |
|
Make browsable tree Before calling this function you may want to set some of the internal vars like depthKeys, regexMode and fixedLgd. For examples see SC_mod_tools_config_index::main()
Definition at line 96 of file class.t3lib_arraybrowser.php. References depthKeys(), fixed_lgd(), t3lib_iconWorks::skinImg(), and wrapArrayKey(). |
|
Wrapping the value in bold tags etc.
Definition at line 172 of file class.t3lib_arraybrowser.php. References t3lib_div::testInt(). Referenced by tree(). |
|
Wrapping the value in bold tags etc.
Definition at line 160 of file class.t3lib_arraybrowser.php. |