According to the usersGuide the editor.StyleDropdown should change the paragraph style of the selected text. In fact it only changes the font style. Also the paragraphDropDown does not work. How can I change paragraph styles?
Sem,
You can change your paragraph styles.
Here is the example. You can find the exmaple code in the download package as well.
editor.ParagraphsList = "Normal,Heading 1,Heading 2,Heading 3,Formatted,Definition Term"
editor.FontFacesList = "Arial,Verdana"
editor.ZoomsList = "500%,200%,125%,25%"
editor.FontSizesList = "1,2,3,4,5,7"
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx Web Messenger: http://cutesoft.net/Web-Messenger/default.aspxasp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspxasp wysiwyg html editor: http://cutesoft.net/ASP asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx Live Support: http://cutesoft.net/live-support/default.aspx
Thanks, theoretically I know, but that does not work! Not even in the form of this support forum within the textarea where I write this lines right now. The drop-down for paragraphs does not change anything! So what s wrong?