property nextBox

(r/o) box nextBox;

Typ

Zugriff

This property returns the next box in the DOM. Unlike many other navigation properties this walks the entire DOM, not just children or siblings. This property can be used to walk from the root of the DOM (or any starting point) down to the bottom (or any stopping point).

See previousBox property for example.