How to process html Heading (H1, H2 etc) in the editor
How to process html Heading (H1, H2 etc) in the editor
I use the TRichViewEdit as a wysiwyg editor that loads and saves HTML. Now I would like to create HTML headings (like H1, H2 etc) in the TRichViewEdit so we can save them in the HTML. What would be the best way to achieve this?
-
- Site Admin
- Posts: 17555
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: How to process html Heading (H1, H2 etc) in the editor
The corresponding property is OutlineLevel of paragraph style.
In RichViewActions, you can edit this property for the selected paragraph in the paragraph dialog (page "Advanced", combo box "outline level")
In RichViewActions, you can edit this property for the selected paragraph in the paragraph dialog (page "Advanced", combo box "outline level")