Documentation TYPO3 par Ameos |
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() | |
Definition at line 200 of file class.tx_rtehtmlarea_browse_links.php.
| tx_rtehtmlarea_browse_links::init | ( | ) |
Constructor: Initializes a lot of variables, setting JavaScript functions in header etc.
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)
| boolean | If set, the "remove link" is not shown in the menu: Used for the "Select link" wizard which is used by the TCEforms |
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.
| string | Absolute filepath on server to which to upload. |
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.
| string | Absolute filepath on server in which to create the new folder. |
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().
1.4.6