johnjsforum
Programmer
Buddies,
I’d like to make a web rich-text editor (control) like yahoo email editor using JavaScript of C#. Rich-text I mean in that editor, users can color typed characters and the editor does not need to use HTML-markup-tag-instructed like [font color=red]<typed characters>[/font], or <font color=red><typed characters></font> like some sites’ forum editor using.
For example, users can select some characters and hit a button to color those in red. After they hit that button, the characters on the editor are converted to red and users can see those in effect right away and the editor does not have to insert associated HTML-tags into the editor.
Thanks for any ideas about this issue in advance.
John
I’d like to make a web rich-text editor (control) like yahoo email editor using JavaScript of C#. Rich-text I mean in that editor, users can color typed characters and the editor does not need to use HTML-markup-tag-instructed like [font color=red]<typed characters>[/font], or <font color=red><typed characters></font> like some sites’ forum editor using.
For example, users can select some characters and hit a button to color those in red. After they hit that button, the characters on the editor are converted to red and users can see those in effect right away and the editor does not have to insert associated HTML-tags into the editor.
Thanks for any ideas about this issue in advance.
John