Wednesday, February 16, 2005

How to Create a WYSIWYG Rich Text Editor in JavaScript.

WebDeveloper: Credit Card Validation Script
Need help figuring out how to choose either credit card validation or checks on a form? This thread should give you some real answers.

WebDeveloper: Changing Font in Menu Script
What is the best method for adding fonts to a menu using JavaScript? Here is one method ...

How to Create a WYSIWYG Rich Text Editor in JavaScript. Pt. 2

Today, you'll learn about different methods for handling keyboard input and the RichEdit control. Keyboard input is handled by two functions; onKeyPress() and onKeyDown(). The RichEdit constructor creates the necessary HTML elements to display the control.

No comments: