the RTE is already a property editor. Do you mean how you can reuse the RTE in an own custom property editor? If yes, here is a very good description from Markus Johansson:
sorry, I have now seen only, that you have posted in LeBlender forum. I don't know if my answer above can help you with this. It's for reusing the RTE as custom property editor in general and not specific for LeBlender.
Using RTE into LeBlender is quite similar, anyway yesterday I had a look on it and I had to change something into the LeBlender's core to make it working (sortable issue with RTE).
So, RTE is now as a default editor into LeBlender, I have uploaded the code in GitHub, but I didn't published it yet as a package here neither in Nuget. I will keep you up to date.
RTE as property editor
Absolutely awesome extension.
How can I use the RTE as a property editor ?
Thanks
Hi Michael,
the RTE is already a property editor. Do you mean how you can reuse the RTE in an own custom property editor? If yes, here is a very good description from Markus Johansson:
http://www.enkelmedia.se/blogg/2013/12/4/umbraco-7-use-the-rich-text-editor-tinymce-in-a-custom-section.aspx
The example is for using the RTE in a custom section, but the procedure is the same.
Hope this helps?
Best,
Sören
Hi Michael,
sorry, I have now seen only, that you have posted in LeBlender forum. I don't know if my answer above can help you with this. It's for reusing the RTE as custom property editor in general and not specific for LeBlender.
Best,
Sören
Hi Michael, Hi Sören
Using RTE into LeBlender is quite similar, anyway yesterday I had a look on it and I had to change something into the LeBlender's core to make it working (sortable issue with RTE).
So, RTE is now as a default editor into LeBlender, I have uploaded the code in GitHub, but I didn't published it yet as a package here neither in Nuget. I will keep you up to date.
Hi thanks for this amazing backoffice-extension.
if the property editor is textbox , i can get the value like this : item.GetValue
but if it is a RTE , could you please tell me how to get the value?
btw, do we support grid data type as the property editor as well ?
Thanks,
A
is working on a reply...