Displaying 1 result from an estimated 1 matches for "oopl".
Did you mean:
iopl
2005 Dec 16
6
extending prototype''s classes
Hi, I''m relatively new to javascript programming, and OOP in general, so
please be nice to me ;)
My question is:
I''d like to extend the Form class in prototype to have a Disable function that
will disable all of the fields in a form.
I''ve already written a function to do this, but I''d like to include it in my
own library so I can access it easily and also