Documentation TYPO3 par Ameos |
Public Member Functions | |
| init () | |
| rteImageStorageDir () | |
| magicProcess () | |
| getJSCode () | |
| processSessionData ($data) | |
| main_rte () | |
| expandFolder ($expandFolder=0, $plainFlag=0, $noThumbs=0) | |
| uploadForm ($path) | |
| createFolder ($path) | |
Public Attributes | |
| $extKey = 'rtehtmlarea' | |
| $content | |
| $act | |
| $allowedItems | |
| $plainMaxWidth | |
| $plainMaxHeight | |
| $magicMaxWidth | |
| $magicMaxHeight | |
| $imgPath | |
| $classesImageJSOptions | |
| $editorNo | |
| $buttonConfig = array() | |
Definition at line 135 of file class.tx_rtehtmlarea_select_image.php.
| tx_rtehtmlarea_select_image::init | ( | ) |
Initialisation
Reimplemented from browse_links.
Definition at line 154 of file class.tx_rtehtmlarea_select_image.php.
References t3lib_div::_GP(), expandFolder(), browse_links::expandPage(), t3lib_div::getIndpEnv(), getJSCode(), t3lib_BEfunc::getPagesTSconfig(), magicProcess(), t3lib_div::makeInstance(), t3lib_BEfunc::RTEsetup(), and t3lib_div::trimExplode().
| tx_rtehtmlarea_select_image::rteImageStorageDir | ( | ) |
[Describe function...]
Definition at line 243 of file class.tx_rtehtmlarea_select_image.php.
Referenced by magicProcess().
| tx_rtehtmlarea_select_image::magicProcess | ( | ) |
[Describe function...]
Definition at line 253 of file class.tx_rtehtmlarea_select_image.php.
References t3lib_div::_GP(), t3lib_div::intInRange(), t3lib_div::makeInstance(), and rteImageStorageDir().
Referenced by init().
| tx_rtehtmlarea_select_image::getJSCode | ( | ) |
[Describe function...]
Definition at line 338 of file class.tx_rtehtmlarea_select_image.php.
Referenced by init().
| tx_rtehtmlarea_select_image::processSessionData | ( | $ | data | ) |
Session data for this class can be set from outside with this method. Call after init()
| array | Session data array |
Reimplemented from browse_links.
Definition at line 554 of file class.tx_rtehtmlarea_select_image.php.
| tx_rtehtmlarea_select_image::main_rte | ( | ) |
[Describe function...]
Definition at line 581 of file class.tx_rtehtmlarea_select_image.php.
References t3lib_div::_GP(), t3lib_BEfunc::getFuncCheck(), t3lib_BEfunc::getModuleData(), and t3lib_div::makeInstance().
| tx_rtehtmlarea_select_image::expandFolder | ( | $ | expandFolder = 0, |
|
| $ | plainFlag = 0, |
|||
| $ | noThumbs = 0 | |||
| ) |
| [type] | $expandFolder: ... | |
| [type] | $plainFlag: ... |
Definition at line 699 of file class.tx_rtehtmlarea_select_image.php.
References t3lib_div::_GP(), t3lib_div::fixed_lgd(), t3lib_BEfunc::getFileIcon(), t3lib_div::getFilesInDir(), t3lib_div::makeInstance(), and t3lib_div::rawUrlEncodeFP().
Referenced by init().
| tx_rtehtmlarea_select_image::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 771 of file class.tx_rtehtmlarea_select_image.php.
References t3lib_div::isFirstPartOfStr().
| tx_rtehtmlarea_select_image::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 826 of file class.tx_rtehtmlarea_select_image.php.
References t3lib_div::isFirstPartOfStr().
| tx_rtehtmlarea_select_image::$act |
Link selector action. page,file,url,mail,spec are allowed values. These are only important with the link selector function and in that case they switch between the various menu options.
Reimplemented from browse_links.
Definition at line 138 of file class.tx_rtehtmlarea_select_image.php.
1.4.6