| Issue 17: | How to remove mooEditable? |
‹ Prev
10 of 10
|
| 3 people starred this issue and may be notified of changes. | Back to list |
Hi, sorry if I write again but it seems not possible to remove the mooeditable and come back to the normal text area... isn't it? Thanks
Jan 12, 2009
Why was it rejected?
Jan 12, 2009
I don't actually 'reject' it, just that I'm not quite get it (yet). But one of these days developing apps on my own, I start to get it :) ... and is considering on implementing in the core of MooEditable. Sorry, mindplay, for making you feel rejected :P
Jan 12, 2009
No problem :-) The function is necessary for dynamic applications, for example inline content management, where you might want to add/remove editors on-the-fly. The function itself probably needs an update at this point - it was designed for a very early version of mooEditable, and has not been updated since, so it might not clean up everything it should at this point...
Jan 16, 2009
Hi, ok I didn't want to create an personal issue into the issue... :) ... of course the possibility of easily enable or disable the editor is a fundamental feature for "modern" applications. Together with the possibility of add a custom feature with ease (i think about add tags or add multibox opening to add "controlled" selection for href from a list and so on...). Hope to see soon some update. :)
Feb 6, 2009
(No comment was entered for this change.)
Status:
Fixed
Owner: cheeaun
Feb 6, 2009
Issue 16 has been merged into this issue. |
I added this feature long ago, and suggested that it be added, but it was rejected. MooEditable.implement({ detach: function() { // Detaches and disables the editor from the textarea this.updateContent(); if (this.mode == 'iframe') this.toggleView(); this.textarea.inject(this.container, 'before'); this.container.remove(); } });