diff options
author | portix <none@none> | 2013-03-05 01:44:19 +0100 |
---|---|---|
committer | portix <none@none> | 2013-03-05 01:44:19 +0100 |
commit | 5014ba8e7a6f43feb8a419d747b156df0d5838b4 (patch) | |
tree | 433b164f62b3499c3b0235a799cca0281b5c98c6 /extensions/formfiller | |
parent | bdc34d7700744a2d58320d6d40fca37b76331697 (diff) | |
download | dwb-5014ba8e7a6f43feb8a419d747b156df0d5838b4.zip |
Updating AUTHORS, add INSTALL file
Diffstat (limited to 'extensions/formfiller')
-rw-r--r-- | extensions/formfiller | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/extensions/formfiller b/extensions/formfiller index 6fc67e04..4196d198 100644 --- a/extensions/formfiller +++ b/extensions/formfiller @@ -209,8 +209,8 @@ var injectFillForm = function () //{{{ input.checked=(value.toLowerCase() !== "false" && value !== "0"); else input.value = value; - } + function setValues(form) { var input, value; @@ -487,6 +487,8 @@ return { exports.config = config; exports.onRead = onRead; exports.onWrite = onWrite; + exports.getForm = getForm; + exports.fillForm = fillForm; return true; }, end : function () { |