Currently we are using the RADEditor in a Content Management System for allowing users to add/update news articles for their websites. This gives the user a great amount of flexibility to for adding images, documents. etc to the news articles. Currenly each news article contains a heading and summary for displaying news in a simple list with a read article link for retrieving the complete article. The heading and summary fields are standard asp:TextBox controls.
The latest request has been to provide an option for linking the heading to a PDF file as well as attach a thumbnail image to the heading. Since the RADEditor already provides for this I was going to use a very basic toolbar that only displays the ImageManager and LinkManager button to allow users to add this to the heading.
What I would like to know is if it would be possible to set the default tag for the Editor to a heading tag as this should be the only option for our news headings?
The latest request has been to provide an option for linking the heading to a PDF file as well as attach a thumbnail image to the heading. Since the RADEditor already provides for this I was going to use a very basic toolbar that only displays the ImageManager and LinkManager button to allow users to add this to the heading.
What I would like to know is if it would be possible to set the default tag for the Editor to a heading tag as this should be the only option for our news headings?