API:documentContent
API Quick reference
|
Description
Contains the [*content*] of the page being viewed.
Usage / Examples
<?php
echo ( $modx->documentContent ); // note that executing this code inside the [*content*] field will cause a loop.
?>
API Quick reference
|
Contains the [*content*] of the page being viewed.
<?php
echo ( $modx->documentContent ); // note that executing this code inside the [*content*] field will cause a loop.
?>