Schlagwort-Archiv: Zope3

Feb
15
2007

(English) Howto use Tiny MCE in Zope3

since i’m not very experienced with Zope 3 (yet) i had some troubles to turn a text input field in my own content type into a Rich Text Editor using z3c.widget.tiny. This is how i finally got it working (thanks to dobee): in my interfaces.py file for my content type i defined a normal Text field: …

Weiterlesen »