JavaScript Indexing

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

{object_name}

Editing

stringtype

Details

요소의 HTML type 속성을 나타낸다.

설명

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

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

구문

형식
htmlButtonElement.type

속성 명세

명세
분류설명
writableyes

지원 웹브라우저