DOM ViewerKomodo IDE onlyThe Document Object Model (DOM) is an interface for dynamically accessing the content, structure and style of XML and HTML documents. Komodo's DOM Viewer tab displays the DOM nodes (e.g. elements and attributes) of the current document as a collapsible tree. The DOM Viewer lets you find, view and jump to any of these nodes quickly. Navigating the DOM TreeDouble-clicking on a node in the DOM Viewer moves the cursor to the corresponding node in the document. The Locate current node button does two things:
The Show/hide attributes button toggles the visibility of element attributes. Attributes are hidden by default. Filtering the DOM TreeEntering text in the Filter box performs a substring match on the nodes in the tree, limiting the tree view to matching nodes and their parents. For example, when viewing an HTML document, entering DOM ResourcesMore information on various aspects of the Document Object Model can be found here:
|