On 01/24/10 18:41, Octavian Rasnita wrote:
I am also interested to find more about creating transformers in general but I couldn't find too much documentation, so if somebody know more, please tell us.
Well, interface is rather simple and easy to read.

The code is less than 50 lines, if anyone is interested in transformer added like this

  - type: Password
    name: password
    label: Password
    transformers:
      - type: PassHash
        password: passmd5
        hash: MD5
        digest: hexdigest

(it adds valid passmd5 as MD5 hexdigest of password to form)

I can document and pack it.

Alex.

_______________________________________________
HTML-FormFu mailing list
HTML-FormFu@lists.scsys.co.uk
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu

Reply via email to