docs.roxen.comView this page in a printer friendly mode
DocsRoxenWebServer 3.4Web Developer ManualText Tags
Copyright © 2006, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com
 DEMO  DOCS  PIKE
 COMMUNITY  DOWNLOAD
www.roxen.com

   

<ai>
<autoformat>
<case>
<charset>
<comment>
<?comment ?>
<default>
<doc>
<foldlist>
<obox>
<random>
<recode>
<replace>
<smallcaps>
<sort>
<strlen>
<tablify>
<trimlines>
<wash-html>

<autoformat></autoformat>

Provided by module: Tags: RXML 2 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.


<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.