Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <?php
  2. // Add RTE for introtext if richtext option is enabled for the resource
  3. // check "OnDocFormRender" event
  4.  
  5. $modx->regClientStartupHTMLBlock('<script>Ext.onReady(function() {
  6. if(MODx.loadRTE) MODx.loadRTE("modx-resource-introtext");
  7. });</script>');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement