symfony2admingenerator / AvocodeFormExtensionsBundle

(old-legacy) Symfony2 form extensions for Admingenerator project (also working standalone!)
Other
48 stars 31 forks source link

WYSIWYG Text field #66

Closed yacreo closed 11 years ago

yacreo commented 11 years ago

Is there any formtype to include a kind of WYSIWYG in the textarea field?

ioleo commented 11 years ago

I am useing trsteel88/TrsteelCkeditorBundle (collection_table and collection_fieldset have special fixes to re-initialize CKEditor when sorting).

Also TinyMCE should work, but I'm not sure if it will (or not) when used as collection_fiedset/collection_table type and sorted.

yacreo commented 11 years ago

Thanks @loostro for idea. I use the tinyMCE bundle https://github.com/stfalcon/TinymceBundle and it works.