Can anyone point me in the right direction for this? Is there a simple way to get the existing plugin to recognize this field as richtext?
Whether Revo or Evo, it **might** be possible, but I’m almost certain it would be a formidable undertaking.
Why not just hide the introtext field, and create a richtext TV replacement for it?
If you’re crafty, you might even be able to write a plugin that injects the richtext TV directly within the document properties fields so it blends in nicely.
lo9on.com
MODx Evolution/Revolution | Remote Desktop Training | Development
I don’t know where the Resource template is, but if you change its class to modx-richtext (and maybe the class of its <div>, if any), you might get TinyMCE there.
I can’t find it either, I think it is built entirely at runtime with ExtJS (not a fan). I think the "correct" way to do this would be a plugin, wouldn’t it?
Possibly. It might work to do a search and replace on the chunk content in a plugin connected to OnChunkFormPrerender.
My wild guess at the code would be:
$chunk = str_replace('modx-content', 'modx-richtext', $chunk;
Anyone tried this? Not working for me.
Didn't work for me either, also tried "OnDocFormPrerender"...
Good one Michelle.
BTW, you can also use TinyMCE for the introtext field with NewsPublisher in the front end.