views:

36

answers:

3

Hello guys, do you any opensource proyect who gave me the posibility to have an very simple online richtextbox were an user can add strong, emphasis and other simple modifications to text and when user finish hit the submit button and the code generates a html result.

For example, here this guys have a script who made almost all what i want, the only thing is when you finish the code generated its not Html.

Thanks!

+1  A: 

This is probably what you're looking for:

http://developer.yahoo.com/yui/examples/editor/simple_editor.html

Zuul
+2  A: 

TinyMCE, CKeditor and with jQuery jwysiwyg

Felipe Alsacreations
A: 

hi Doming, Infact the editor you mentioned itself will do the stuff. keep formatting a text in that editor, make indentation, ordering, bold or anything. End of the process, click on the button marked as 'html' in the toolbar- right corner. It will give what you are looking for.

Isn't that what you r looking for?

Wind Chimez