JavaScript Indexing

settings_applicationsEventTarget  >   settings_applicationsNode  >   settings_applicationsElement  >   settings_applicationsHTMLElement  >   settings_applicationsHTMLButtonElement  >   settings_applications[[Prototype]]

{object_name}

Editing

type

설명

HTMLButtonElement에서 사용 가능한 type은 아래와 같다.

  • submit : 연결된 Form을 즉시 제출하는 버튼으로 사용된다.
  • reset : 연결된 Form 내의 입력된 값을 초기화하는 버튼으로 사용된다.
  • button : 일반 버튼으로 사용된다.

지원 웹브라우저