I've just put the finishing touches on my first DHTML form object.

It is just a text box at the moment, but by using adding a simple method
to the prototype chain, any existing widget can be transformed into a
form element.  This way, widgets such as Pascal's TreeNode and radio
button's can be easily turned into form elements.

You can see a working example, that also uses some of my other widgets
at the following url:
http://www.abchostonline.com/users/mpember/afroapi/examples/gui/form/dialog_goeureka.html

I'd be pleased if people with various versions of IE could try it out
for my and report any problems.
Here are the known issues:
    NS4: Won't detect arrow keys and as such won't allow for the cursor
to move from the end of the string
    IE:     Won't detect backspace (uses it for navigation) must use
delete key to remove characters

--
Michael Pemberton
[EMAIL PROTECTED]
ICQ: 12107010




_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to