docs.roxen.comBack to normal mode
DocsRoxenWebServer 5.0Web Developer ManualText Tags
Copyright © 2012, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com

<autoformat></autoformat>

Provided by module: Tags: RXML tags

Replaces newlines with <br />:s'.

<autoformat> It is almost like using the pre tag. </autoformat>

It is almost like
using the pre tag.

Attributes

p

Replace empty lines with <p>:s and also ensure there are balanced <p> tags at the top level.

<autoformat p=''> It is almost like using the pre tag. </autoformat>

It is almost like

using the pre tag.


nobr

Do not replace newlines with <br />:s.


nonbsp

Do not turn consecutive spaces into interleaved breakable/nonbreakable spaces. When this attribute is not given, the tag will behave more or less like HTML:s <pre> tag, making whitespace indention work, without the usually unwanted effect of really long lines extending the browser window width.


class="string"

This cascading style sheet (CSS) definition will be applied on the p elements.