Module HtmlFormElement.Impl

Parameters

Signature

type t_htmlFormElement = T.t;
let length: t_htmlFormElement => int;
let name: t_htmlFormElement => string;
let setName: t_htmlFormElement => string => unit;
let method_: t_htmlFormElement => string;
let setMethod: t_htmlFormElement => string => unit;
let target: t_htmlFormElement => string;
let setTarget: t_htmlFormElement => string => unit;
let action: t_htmlFormElement => string;
let setAction: t_htmlFormElement => string => unit;
let acceptCharset: t_htmlFormElement => string;
let setAcceptCharset: t_htmlFormElement => string => unit;
let autocomplete: t_htmlFormElement => string;
let setAutocomplete: t_htmlFormElement => string => unit;
let noValidate: t_htmlFormElement => bool;
let setNoValidate: t_htmlFormElement => bool => unit;
let enctype: t_htmlFormElement => string;
let setEnctype: t_htmlFormElement => string => unit;
let encoding: t_htmlFormElement => string;
let setEncoding: t_htmlFormElement => string => unit;
let submit: t_htmlFormElement => unit;
let reset: t_htmlFormElement => unit;
let checkValidity: t_htmlFormElement => bool;
let reportValidity: t_htmlFormElement => bool;
let data: T.t => Fetch.FormData.t;
since
0.18.0