|
|
|
Creating a WYSIWYG textbox for your website is actually quite simple.
Thanks to the html iframe component that contains the execCommand function, which enables us to access html tags in real time.
Version: n/a
Platforms: linux
Last Updated: April 10, 2007 |
|
|
|
|
Here you have an example of how you can display and limit the number of characters an user can insert into an input or a textarea field.
Version: n/a
Platforms: linux, windows, freebsd, osx
Last Updated: May 08, 2007 |
|
|
|
|
Tutorial explaining how to use Ajax (Asynchronous Javascript and XML) to create a drop-down 'suggest' box for form fields which updates as you type by querying the server in the background.
Similar to the 'Google Suggest' application. Full tutorial, code snippets and further reources.
And it's free, of course.
Version: n/a
Platforms: linux, windows, freebsd, osx, sun
Last Updated: May 28, 2007 |
|
|
|
|
This tutorial explains how to change a select element's content using JavaScript, from adding new options to modifying and deleting them. It also shows how to create a 2 level interdependent select list.
Version: n/a
Platforms: linux, windows
Last Updated: May 29, 2007 |
|
|
|
|