I'm currently trying to use the prevalues of the umbraco rte in my custom section. I got the rte working by hardcoding the toolbar that the editor should use.
Now I want to use the prevalue settings that are configured for the rte.
Can I somehow load the configured values.
I tryed to load the configuration with the tinyMCEService.configuration() but its always the default one.
Use RTE prevalues in custom section
Hi community,
I'm currently trying to use the prevalues of the umbraco rte in my custom section. I got the rte working by hardcoding the toolbar that the editor should use.
Now I want to use the prevalue settings that are configured for the rte. Can I somehow load the configured values.
I tryed to load the configuration with the tinyMCEService.configuration() but its always the default one.
Anyone got some tips?
Regards David
I found a hacky way myself.
For this you have to query the database for the prevalues.
This works but isn't really the best way I think cause the id can change. Until I find a better solution I will use this.
Regards David
is working on a reply...