docs.roxen.comView this page in a printer friendly mode
DocsRoxenWebServer 5.4Web Developer ManualText Tags
Copyright © 2018, 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>

<doc></doc>

Provided by module: Tags: RXML tags

Eases documentation by replacing "{", "}" and "&" with "&lt;", "&gt;" and "&amp;". No attributes required.


Attributes

quote

Instead of replacing with "{" and "}", "<" and ">" is replaced with "&lt;" and "&gt;".

<doc quote=''> <table> <tr> <td> First cell </td> <td> Second cell </td> </tr> </table> </doc>
<table> <tr> <td> First cell </td> <td> Second cell </td> </tr> </table>

pre

The result is encapsulated within a <pre> container.

<doc pre=''> {table} {tr} {td} First cell {/td} {td} Second cell {/td} {/tr} {/table} </doc>
<table>
 <tr>
    <td> First cell </td>
    <td> Second cell </td>
 </tr>
</table>

class="string"

This cascading style sheet (CSS) definition will be applied on the pre element.