RTE HTMLarea

4.3. User TSConfig

Upon installation, the extension will set default properties in User TSConfig as specified by the extension configuration variable: Default configuration settings. Three default configurations are available: Minimal, Typical, and Demo. These default configurations are documented in the next section of the present document.

These properties may be modified for any particular BE user or BE user group, with the Typo3 User Admin Tool. Properties of User TSConfig are documented in this document: http://typo3.org/documentation/document-library/doc_core_tsconfig/User_TSconfig/

Property:

Data type:

Description:

setup.default.edit_RTE

boolean

Specifies that RTE editing should be enabled or disabled by default for all users.

 

options.RTEkeyList

list of id-strings

Specifies the list of RTE buttons to which the BE user or BE user group is restricted.

 

Default: * (means all)

 

Note: For the list of possible buttons, see property  showButtons  of Page TsConfig.

options.HTMLAreaPspellMode

(htmlArea RTE only)

string

Specifies the mode of spelling suggestions. Possible values are: ultra, fast, normal or bad-spellers.

 

Default: normal

 

Note: For more information on spelling suggestions modes, see Notes on the Different Suggestion Modes ).

options.enablePersonalDicts

(htmlArea RTE only)

boolean

Enables the personal dictionaries feature for the user or user group, when the feature is enabled in Page TSConfig.

 

Default: 0

 

Note: The option is ignored if PHP safe_mode is enabled.

 

Note: The feature must also be enabled in Page TSConfig.

options.uploadFieldsInTopOfEB

boolean

Inserts a file uploader on the 'file' tab of the Insert/Modify link dialogue as well as on the magic, plain and dragdrop tabs of the Insert/modify image dialogue.

 

Note: This applies only when buttons.link.TYPO3Browser.disabled and/or buttons.image.TYPO3Browser.disabled is not set.

 

Default: 0

options.createFoldersInEB

boolean

If set, a create folders option appears in the TYPO3 file browser.

 

Note: This applies only when buttons.link.TYPO3Browser.disabled and/or buttons.image.TYPO3Browser.disabled is not set.

 

Note: For admin-users this is always enabled.

 

Default: 0

options.noThumbsInRTEimageSelect

boolean

If set, then image thumbnails are not shown in the image selector.

 

Default: 0

options.RTESmallWidth

options.RTESmallHeight

(htmlArea RTE only)

pixels

Width and height of the editor area when edit_wideDocument is NOT set.

 

Default: RTESmallWidth = 530, RTESmallHeight = 380

options.RTELargeWidthIncrement

options.RTELargeHeightIncrement

(htmlArea RTE only)

pixels

Increments applied to the width and height of the editor area when edit_wideDocument IS set.

 

Default: RTELargeWidthIncrement= 150,  RTELargeHeilghtIncrement = 0

page.RTE.default.buttons.formatblock.restrictToItems

(htmlArea RTE only)

list of id-strings

List of options to which the user will be restricted in the block formating drop-down list.

 

The available options are: p, h1, h2, h3, h4, h5, h6, pre, address, blockquote, div

page.RTE.default.buttons.formattext.restrictTo

(htmlArea RTE only)

list of id-strings

Restricts the availability of options, or inline element types, in the text formating drop-down list.

 

Default: * (means all)

 

To top


Valid XHTML 1.0!