Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

18
votes
3answers
14k views

ASP.NET MVC - CKEditor Image Upload

I am looking to include CKEditor in a project I am working on and I need the image upload support provided by the CKFinder plugin, however I do not particularly need the rest of the CKFinder tool and ...
8
votes
7answers
574 views

Which WYSIWYG editor is best for a content managment site?

The editor I require, needs to be easy to use. Even for people with absolutely no HTML knowledge The projects I have tried are: TinyMCE ckeditor.com What I'm looking for is: Editor like ...
2
votes
4answers
3k views

Any opensource Javascript editor/javascript eclipse plugin with code assist

I just happened to read jQuery Intellisense Updates from Microsoft and was wondering if there was any editor or eclipse plugin available which provides intellisense complete or code assist. Are there ...
1
vote
2answers
380 views

How to collapse JavaScript function/comment blocks in VS2010/VS2008

I don't think it is possible right now in VS2010/VS2008 but I'm sure someone must have done or can come up with some workaround using the extensibility of VS2010/VS2008. Ability to collapse ...
1
vote
2answers
522 views

Is fckeditor free for use in freelance projects?

This is more of a licencing issue than a code question. I really like the ckeditor editor and would like to use it in my freelance projects which I do for clients. However upon reading the license ...
0
votes
0answers
27 views

Are there any javascript editors that let you switch between WYSIWYG(WYSIWYM) and a markup language on the fly?

I'd like to be able to use a browser based javascript editor that perform WYSIWYG or WYSIWYM editing and then convert that live to either HTML or a markup language. It seems that there are plenty of ...
0
votes
0answers
134 views

HTML WYSIWYG editor [closed]

Okay, for my helpdesk system I want admins to be able to answer in full HTML without having any knowledge of HTML, therefor, I want a WYSIWYG editor. (Note: They only have to answer with standard font ...
0
votes
1answer
77 views

How to find the active editarea in jquery

I am using editarea editor in content management system. In my page there are 3 editarea, so how can i find the editarea id when it is active, ie need to find in which editarea the cursor is pointing. ...
0
votes
1answer
150 views

JavaScript HTML Editor for Wiki-like Site?

I have a wiki-like site where users can post and edit. I need a good HTML editor. I've tried CKEditor and it was problematic because people often cut and paste. They take with them styles and ...