Cute Editor - Issue with BOLD functionality

Last post 01-23-2009, 2:26 PM by Adam. 1 replies.
Sort Posts: Previous Next
  •  01-23-2009, 1:28 PM 48030

    Cute Editor - Issue with BOLD functionality

    Hi,

    We are using Cute Editor as our html editor for our web users. We are using custom style sheet for cute editor (the Style sheet attributes determines the look and feel. Ex: show text as bold, italic) Currently, we have a issue with BOLD functionality. The CSS that we have uses FONT tag attributes, where in the built in cute editor’s bold functionality (toolbar button) uses STRONG tag.  This makes the bold functionality to work incorrectly. Ex: when the bold button is clicked on the toolbar, Cute Editor toggles the selected text with STRONG tag. Where in the style sheet defined earlier (font tag) overwrites this setting and makes the functionality to work incorrectly.

    Since we have Cute Editor source code, we want to know code that, which is responsible to make the selected text as bold or unbold. We tried our best, but we could not locate. Can you please help us locating the code snippet which implements this functionality, so that we can alter it?

    Appreciate your help.

    Thanks
    Hari
  •  01-23-2009, 2:26 PM 48033 in reply to 48030

    Re: Cute Editor - Issue with BOLD functionality

    Hari,
     
     
    logical formatting tags

    These are two types of text formatting tags -- logical formatting tags ( <strong> and <em> ), which describe the information in the element, and physical formatting tags (<b> and <i>), which specify its appearance.

    By default CuteEditor use the logical formatting tags ( <strong> and <em> ). If you want to use the physical tags (<b> and <i>), you can set Editor.UsePhysicalFormattingTags Property to true.

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp 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

View as RSS news feed in XML