Skip to content

Instantly share code, notes, and snippets.

@morelmm
Created February 23, 2017 19:52
Show Gist options
  • Save morelmm/e6d43e95ab42f25c7b0586f1cc26bc91 to your computer and use it in GitHub Desktop.
Save morelmm/e6d43e95ab42f25c7b0586f1cc26bc91 to your computer and use it in GitHub Desktop.
Modx introtext RTE
<?php
// Add RTE for introtext if richtext option is enabled for the resource
// check "OnDocFormRender" event
$modx->regClientStartupHTMLBlock('<script>Ext.onReady(function() {
if(MODx.loadRTE) MODx.loadRTE("modx-resource-introtext");
});</script>');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment