Hi,

I would like to use 'title' attribute in my form elements
and the new 'placeholder' attribute for HTML5 browsers.

How is HTML::FormFu supporting them?

Of course it is wonderful if it's possible to use something like

     - type: Text
       name: subject
       label_loc: Subject
       title_loc: page subject
       placeholder_loc: type here the page subject
       size: 45
       attributes_xml:
#         onchange: check_title(this.value)
         tabindex: 0
       constraints:
         - type: Required
       filters:
          - TrimEdges
          - type: Encode
            candidates:
              - utf8
              - iso-8859-1
              - iso-8859-9
            encode_to: UTF-8


Thank you in advance and Happy New Year,            \ferz

_______________________________________________
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