django_inlines
django_inlines copied to clipboard
Can anyone suggest a way to integrate with TinyMCE?
trafficstars
I am thinking in terms of placeholder images and custom MCE dialog boxes for configuring inlines.
andybak - MCE should have no bearing on django_inlines - you can define and use your inlines normally, whether or not a rich text editor is in place (I'm using it with WYMEditor just fine, no special integration was necessary).
I'd like to use it in a CMS for non-technical users and so I was looking for some way to use graphical placeholders rather than mark-up.