Is there any way of editing the options in the "Format Block" drop down in the editor. I only want a few of the options as the editing we need to do needs to conform to certain styles. Also is there a way of providing a custom style style sheet to the editor itself (i.e. change the font of the editor text, have H1/2/3 with different styles. I want the editor to closely match the eventual PDF document that will be created.
No, customizing the format block tool isn't possible. You can remove the tool altogether if you don't need it. Just provide a custom set of tools.
Yes, you can set the class
attribute of the editor and set whatever CSS rules are needed. They will propagate to the editable area.
Thanks, this makes sense to me!