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

   

<ai>
<autoformat>
<basename>
<case>
<charset>
<comment>
<?comment ?>
<default>
<dirname>
<doc>
<foldlist>
<format-number>
<obox>
<random>
<recode>
<replace>
<sed>
<smallcaps>
<sort>
<spell>
<strlen>
<substring>
<tablify>
<trim>
<trimlines>
<wash-html>

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