Tagged Questions

elRTE is an open-source WYSIWYG HTML-editor written in JavaScript using jQuery UI. It features rich text editing, options for changing its appearance, style and many more. You can use it in any commercial or non-commercial projects. More details at http://elrte.org/.

learn more… | top users | synonyms

3
votes
1answer
786 views

Use elrte Editor in asp.net

how can I use elrte Editor inside asp.net website?(any example)
0
votes
1answer
45 views

elrte: Bring back elRTE after destroy

Cannot find the way of bringing editor back after it was destroyed. I have an image which launches elRTE onclick: <img src='images/edit.png' width='25' height='25' class='editorlaunch' /> ...
0
votes
2answers
127 views

jQuery, send textarea value of rich text editor with ajax?

I couldn't post the textarea value with ajax in elRTE rich text editor. The editor demo page is like below; http://elrte.org/demo and I use the code below; $.ajaxSetup({ type: "POST", url: ...
0
votes
0answers
70 views

Integration of elRTE & elFinder with cakePHP

I have to integrate the elRTE editor with the elFinder file manager into my cakePHP application can anyone suggest what I have to do ? Or anyone have done it before because I can not getting this ...