TextCMS Documentation - Internal Plugins - RAW

Plugin Description

Usually TextCMS plugins are embebbed using square bracket syntax: [(plugin_name) (attributes)](contents)[/(plugin_name)]. But you may also want do display some unprocessed content. Sometimes you just want to use square brackets safely and sometimes you may want to demonstrate a piece of TextCMS code on your web page. You can do this using plugin RAW. The syntax of the plugin is: [RAW (attributes)](raw_content)[/RAW]

Plugin Usage

This plugin can be used everywhere

Articles
Templates
Modules
Areas

Attributes

htmlOptional Can be set as "html=true" to avoid processing of html tags by replacing html specific characters with their ascii codes

Styling

This plugin does not support plugin-specific styling.

Example

[RAW html=true]
<h1>Top Menu</h1>
[MODULE]top_menu[MODULE]
[/RAW]
(c) 2018-2024 TextCMS