Skip to content

Instantly share code, notes, and snippets.

@webinmd
Forked from christianseel/introRTE
Created February 14, 2019 10:26
Show Gist options
  • Save webinmd/6d9dd8de924c90f7de91d2dd8919a6ee to your computer and use it in GitHub Desktop.
Save webinmd/6d9dd8de924c90f7de91d2dd8919a6ee to your computer and use it in GitHub Desktop.
RTE for introtext #modx
<?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