开发者

Developing an editor from scratch + JavaScript + ajax [closed]

开发者 https://www.devze.com 2023-04-06 02:12 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Cl开发者_运维问答osed 11 years ago.

I want to develop an editor,similar to HTML editor, in Ajax, JavaScript from scratch. I have done a lot of research but could not find any tutorial for the same.

  1. Could you please guide me on how to start - any tutorials.
  2. Which tool to use to develop - netbeans or eclipse, etc.


If you mean a WYSIWYG editor, the best thing I can point you to is the Closure Library editor which Google uses for both the Gmail editor and the Google Docs editor.

You can find the rationale and reasoning behind it in Chapter 9 of Closure: The Definitive Guide by Michael Bolin. I couldn't find any free resources, but you can try just reading the code which is pretty well documented (but only if you are familiar with Javadoc, otherwise get the book). Once you learn how their editor works, I think it'll much easier for you to write your own from scratch.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号