I can see that it is possible to separate the tool bar from the field/text area and that it is also possible to use one tool bar to edit multiple fields, but to make it perfect is it possible to edit content inline with out the content being inside a form field/text area?
If this was possible the user could edit the page and see how it would look at the same time, I under stand that some additional javascript would be involved, I just wondered if anyone else has tried this route and made any progress.
Simply put I want to have the advantages of something like the aloha editor but with the userability of CKE
If this was possible the user could edit the page and see how it would look at the same time, I under stand that some additional javascript would be involved, I just wondered if anyone else has tried this route and made any progress.
Simply put I want to have the advantages of something like the aloha editor but with the userability of CKE
Re: inline editing possible? edit content of div not form fi
Re: inline editing possible? edit content of div not form fi
Yes I have seen that example but in that example it merely replaces the div with a textarea I need it to edit the div directly as in
<div onClick="this.contentEditable='true';">lorem ipsum dolor lorem ipsum dolorlorem ipsum dolor</div>
I know I can seperate the toolbar for the the text area and how to make the toolbar edit multiple areas but editing the div directly would allow inline editing that allows the user to see how the web page changes will look in a live environment before committing the changes.
I have also tried to make the text area auto expand vertically with no scroll bar plus a little css to make the text area borders appear invisible.
I would love to make it appear like the Aloha HTML5 editor.
Any other sugestions or idea are welcome.