Skip to main content

dom_form_reset

Function dom_form_reset 

Source
pub fn dom_form_reset(
    it: &mut Interp,
    this: Value,
    _a: &[Value],
) -> Result<Value, Value>
Expand description

form.reset()(HTML5)の実装。 フォーム要素配下のすべての <input>, <select>, <textarea> のフォームライブ値を初期状態にリセットする。