Documentation TYPO3 par Ameos

tx_rtehtmlarea_browse_links Class Reference

Inheritance diagram for tx_rtehtmlarea_browse_links:
[legend]
Collaboration diagram for tx_rtehtmlarea_browse_links:
[legend]
List of all members.

Public Member Functions

 init ()
 main_rte ($wiz=0)
 addAttributesForm ()
 wrapInForm ($string)
 addTargetSelector ()
 addClassSelector ()
 addTitleSelector ()
 uploadForm ($path)
 createFolder ($path)

Public Attributes

 $setTarget
 $setClass
 $setTitle
 $contentTypo3Language
 $contentTypo3Charset
 $editorNo
 $buttonConfig = array()

Detailed Description

Definition at line 200 of file class.tx_rtehtmlarea_browse_links.php.


Member Function Documentation

tx_rtehtmlarea_browse_links::init (  ) 

Constructor: Initializes a lot of variables, setting JavaScript functions in header etc.

Returns:
void

Reimplemented from browse_links.

Definition at line 219 of file class.tx_rtehtmlarea_browse_links.php.

References t3lib_div::_GP(), browse_links::expandFolder(), browse_links::expandPage(), t3lib_div::get_tag_attributes(), t3lib_div::getIndpEnv(), t3lib_BEfunc::getPagesTSconfig(), t3lib_div::implodeArrayForUrl(), t3lib_div::makeInstance(), browse_links::parseCurUrl(), t3lib_BEfunc::RTEsetup(), and t3lib_div::trimExplode().

tx_rtehtmlarea_browse_links::main_rte ( wiz = 0  ) 

Rich Text Editor (RTE) link selector (MAIN function) Generates the link selector for the Rich Text Editor. Can also be used to select links for the TCEforms (see $wiz)

Parameters:
boolean If set, the "remove link" is not shown in the menu: Used for the "Select link" wizard which is used by the TCEforms
Returns:
string Modified content variable.

Reimplemented from browse_links.

Definition at line 578 of file class.tx_rtehtmlarea_browse_links.php.

References addAttributesForm(), createFolder(), browse_links::expandFolder(), browse_links::expandPage(), t3lib_div::makeInstance(), browse_links::printCurrentUrl(), t3lib_div::trimExplode(), and uploadForm().

tx_rtehtmlarea_browse_links::uploadForm ( path  ) 

For TBE: Makes an upload form for uploading files to the filemount the user is browsing. The files are uploaded to the tce_file.php script in the core which will handle the upload.

Parameters:
string Absolute filepath on server to which to upload.
Returns:
string HTML for an upload form.

Reimplemented from browse_links.

Definition at line 969 of file class.tx_rtehtmlarea_browse_links.php.

References browse_links::barheader(), browse_links::expandFolder(), and t3lib_div::isFirstPartOfStr().

Referenced by main_rte().

tx_rtehtmlarea_browse_links::createFolder ( path  ) 

For TBE: Makes a form for creating new folders in the filemount the user is browsing. The folder creation request is sent to the tce_file.php script in the core which will handle the creation.

Parameters:
string Absolute filepath on server in which to create the new folder.
Returns:
string HTML for the create folder form.

Reimplemented from browse_links.

Definition at line 1023 of file class.tx_rtehtmlarea_browse_links.php.

References browse_links::barheader(), browse_links::expandFolder(), and t3lib_div::isFirstPartOfStr().

Referenced by main_rte().


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


Généré par Les experts TYPO3 avec  doxygen 1.4.6