My favorites | Sign in
Project Home Issues
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 17: How to remove mooEditable?
3 people starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  cheeaun
Closed:  Feb 2009


 
Reported by ale.n...@gmail.com, Jan 8, 2009
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 8, 2009
#1 rasmus.m...@gmail.com
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();
	}
});


Jan 12, 2009
#2 ale.n...@gmail.com
Why was it rejected?
Jan 12, 2009
Project Member #3 cheeaun
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
#4 rasmus.m...@gmail.com
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
#5 ale.n...@gmail.com
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
Project Member #6 cheeaun
(No comment was entered for this change.)
Status: Fixed
Owner: cheeaun
Feb 6, 2009
Project Member #7 cheeaun
 Issue 16  has been merged into this issue.

Powered by Google Project Hosting