JavaScript Indexing

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

{object_name}

Properties

객체(object) 또는 인터페이스(interface)에서 확장(상속) 가능한 프로토타입 프로퍼티를 나타낸다.

  • caption

    요소의 자식으로 첫번째 <caption> 요소을 참조한다.

  • rows

    요소의 모든 행(<tr>, <thead>, <tbody>, <tfoot>)을 HTMLCollection으로 참조한다.

  • tBodies

    요소의 <tbody>에 포함된 요소들을 HTMLCollection으로 참조한다.

  • tFoot

    요소의 자식인 첫번째 <tfoot> 요소를 참조한다.

  • tHead

    요소의 자식인 첫번째 <thead> 요소를 참조한다.

지원 웹브라우저