TYPO3 API  SVNRelease
Public Member Functions | Public Attributes
SC_browse_links Class Reference

List of all members.

Public Member Functions

 init ()
 main ()
 printContent ()

Public Attributes

 $mode
 $browser
 $doc

Detailed Description

Definition at line 78 of file browse_links.php.


Member Function Documentation

SC_browse_links::init ( )

not really needed but for backwards compatibility ...

Returns:
void

Definition at line 114 of file browse_links.php.

References $GLOBALS, t3lib_div\_GP(), and t3lib_div\makeInstance().

SC_browse_links::main ( )

Main function, detecting the current mode of the element browser and branching out to internal methods.

Returns:
void

Definition at line 134 of file browse_links.php.

References $GLOBALS, t3lib_div\_GET(), t3lib_div\getUserObj(), t3lib_div\intExplode(), t3lib_div\makeInstance(), and t3lib_div\trimExplode().

SC_browse_links::printContent ( )

Print module content

Returns:
void

Definition at line 232 of file browse_links.php.


Member Data Documentation

SC_browse_links::$browser

Definition at line 100 of file browse_links.php.

SC_browse_links::$doc

Definition at line 107 of file browse_links.php.

SC_browse_links::$mode

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))

See also:
main()

Definition at line 91 of file browse_links.php.


The documentation for this class was generated from the following file: