"TYPO3 4.0.1: SC_browse_links Class Reference", "datetime" => "Sat Dec 2 19:25:27 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 | |
init () | |
main () | |
printContent () | |
Public Attributes | |
$mode | |
$browser |
Definition at line 78 of file browse_links.php.
|
not really needed but for backwards compatibility ...
Definition at line 109 of file browse_links.php. References t3lib_div::_GP(), and t3lib_div::makeInstance(). |
|
Main function, detecting the current mode of the element browser and branching out to internal methods.
Definition at line 130 of file browse_links.php. References t3lib_div::getUserObj(), and t3lib_div::makeInstance(). |
|
Print module content
Definition at line 184 of file browse_links.php. |
|
The mode determines the main kind of output from the element browser. There are these options for values: rte, db, file, filedrag, wizard. "rte" will show the link selector for the Rich Text Editor (see main_rte()) "db" will allow you to browse for pages or records in the page tree (for TCEforms, see main_db()) "file"/"filedrag" will allow you to browse for files or folders in the folder mounts (for TCEforms, main_file()) "wizard" will allow you to browse for links (like "rte") which are passed back to TCEforms (see main_rte(1))
Definition at line 91 of file browse_links.php. |