Liking cljdoc? Tell your friends :D

flutter.html4.input-fields


wrap-basic-input-fieldsclj

(wrap-basic-input-fields f)

accept type :input and translate straight to a hiccup [:input] element, adding name and value in attributes (which probably should include a :type). ignores opts.

accept type :input and translate straight to a hiccup [:input] element,
adding name and value in attributes (which probably should include
  a :type). ignores opts.
sourceraw docstring

wrap-html4-input-fieldsclj

(wrap-html4-input-fields f)

provides the standard HTML 4 input types: translates types :text :password :checkbox :radio :submit :reset :file :hidden :image and :button to type :input.

If you want the full set of HTML 4 form fields, use `wrap-html4-fields' instead.

provides the standard HTML 4 input types: translates types
 :text :password :checkbox :radio :submit :reset :file :hidden
 :image and :button to type :input.

If you want the full set of HTML 4 form fields, use `wrap-html4-fields'
instead.
sourceraw docstring

wrap-radio-and-checkboxclj

(wrap-radio-and-checkbox f)

provides semantics for radio and check boxes: opts is the value given for this particular input, sets the :checked attribute if that value is (in) the current value(s)

provides semantics for radio and check boxes: opts
is the value given for this particular input, sets the
:checked attribute if that value is (in) the current value(s)
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close