Infodrom Oldenburg
— prototypeUtils —
| 5.9.2008: Handle null values | prototypeUtils | n/a |
|---|---|---|
| The extension prototypeUtils to the prototype library does not handle NULL values in JavaScript well. In fact, processing will stop if a NULL value is encountered as it produces JavaScript errors. This patch corrects it. | ||
| Download: Patch | ||
| 14.9.2008: Allow unchecking of checkboxes | prototypeUtils | n/a |
|---|---|---|
| The extension prototypeUtils to the prototype library does allow unchecking of checkboxes, but only checking. This patch causes the checkbox to be unchecked if the value does not match. | ||
| Download: Patch | ||
| 27.9.2008: Support for file input type | prototypeUtils | n/a |
|---|---|---|
| This patch adds the input type »file« to the set of supported text input fields for which a handler exists. This enables file input elements to be cleared or remotely set via »UnpackToForm« which is helpful especially when the form contents are to be submitted later and the same file should not be uploaded with every submit. | ||
| Download: Patch | ||