Skip to content

Instantly share code, notes, and snippets.

View MacConin's full-sized avatar

Mac Conin MacConin

View GitHub Profile
@MacConin
MacConin / introRTE
Last active August 29, 2015 14:13 — forked from christianseel/introRTE
<?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>');