Thomas Fuchs
|
db2ee67799
|
Fix Form.disable to work again on non-form elements. Closes #6887. [Mislav Marohnic]
|
2007-03-27 17:53:52 +00:00 |
Thomas Fuchs
|
a9ec09115b
|
Prototype: Form.Element.disable() will now call blur(), removed blur() call from Form.Element.enable(). Closes #6034. [tdd]
|
2007-03-05 16:03:11 +00:00 |
Thomas Fuchs
|
ebd3351b20
|
Fix an issue with serializing empty array inputs, fixes #7516, merges [6309] and [6312] from from branch
|
2007-03-04 21:54:09 +00:00 |
Sam Stephenson
|
343eae8bfc
|
prototype: Add Form.Methods.request as a convenience method for serializing and submitting a form via Ajax.Request to the URL in the form's action attribute.
|
2007-01-28 07:30:04 +00:00 |
Sam Stephenson
|
7044da8138
|
prototype: Fix $(form).serialize() in Safari and add support for extending specific tags to Element.addMethods. Closes #7358.
|
2007-01-27 19:45:34 +00:00 |
Sam Stephenson
|
84901897c8
|
prototype: Form.Element.activate shouldn't raise an exception when the form or field is hidden.
|
2007-01-18 23:07:02 +00:00 |
Sam Stephenson
|
bb4d189b37
|
prototype: Reorganize the source tree.
|
2007-01-18 22:24:27 +00:00 |