EnglishDeutschFrançais
LATEST VERSIONS
Download a 30-Day Free Trial
Test drive our Online Demos

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.

Copyright © 2000-2008 RealObjects GmbH