I'm playing around with this idea to make a property editor where you can enter text in a Rich Text editor and wrap it with a div whose class can be chosen in a dropdown menu (f.ex. a dropdown with bootstrap column classes).
The dropdown is the easy part bu how could I integrate the fancy looking umbraco 7 tinyMce?
look in /src/views/propertyeditors/rte/ - I dont believe you can just cram the RTE in everywhere since it has a lot of conifiguration and bidings to a property value model
Use TinyMCE inside view
I'm playing around with this idea to make a property editor where you can enter text in a Rich Text editor and wrap it with a div whose class can be chosen in a dropdown menu (f.ex. a dropdown with bootstrap column classes).
The dropdown is the easy part bu how could I integrate the fancy looking umbraco 7 tinyMce?
look in /src/views/propertyeditors/rte/ - I dont believe you can just cram the RTE in everywhere since it has a lot of conifiguration and bidings to a property value model
So working with something like this https://github.com/angular-ui/ui-tinymce might be easier?
Edit: It is possible to just use custom directives.
Just add anything you need to the umbraco module.
f.ex.:
is working on a reply...