Posts Tagged ‘RTE’

TYPO3: Create new folders and upload files through the RTE

Default settings of the HTMLArea RTE do not allow you to create new folders or upload files to the fileadmin. 2 simple TSConfig lines can enable this.
For your convenience:

## Enable upload field
options.uploadFieldsInTopOfEB = 1 

## Enable folder create
options.createFoldersInEB = 1 

Check out the screenshot:

Read the rest of this entry »

TYPO3: A default RTE configuration

Here is my default TSConfig configuration for the htmlAREA RTE. I use this one in combination with a typical (default) configuration in the Extension Manager with images enabled.

Read the rest of this entry »

TYPO3: RTE Full screen button

Normally, when you hit the full screen button in the htmlAREA RTE, the text-area doesn’t go full screen at all. Instead most of the time (depending on your browser and TYPO3 version) you’ll get this half full screen text area which is really not helpful at all. To fix this, past to following line [...]

Read the rest of this entry »