PDFreactor:
3.0.3311 (2008-07-07)
edit-on Pro:
5.2.221 (2008-06-23)
edit-on JavaBean SDK:
5.3.310 (2008-10-24)
TYPO3 Extension:
2.0.2 (2007-06-14)
1.7 Is it possible to prevent the editor from creating <p> tags?
It is not possible to prevent the editor to create <p> tags. However with the applet’s "ONEDITORLOADED" parameter it is possible to set the content of the editor to:
<html>
<head>
<title></title>
</head><body>
</body>
</html>
so at least no <p> tags will be created when the editor is loaded.
Furthermore you can use the "alternatekeyeenteraction" parameter to change the function of the [enter] key so that <br>-tags are created instead of <p>-tags:
<alternateenterkeyaction enabled="true" />
For further information please review chapter 2.2. "Configuration File" of the edit-on Pro integration manual.