Cute Editor - Issue with BOLD functionality

  •  01-23-2009, 1:28 PM

    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
View Complete Thread