Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

ATF/Help/Tools/DOMSource

< ATF‎ | Help
Revision as of 09:59, 4 November 2009 by D a carver.yahoo.com (Talk | contribs) (Image:domsource.gif DOM Source)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Domsource.gif DOM Source

The DOM Source view displays the HTML source of the selected DOM node. The source can be edited, validated, and updated back to the browser page's DOM. A Source Status bar shows whether the node is out of sync with the browser or if it contains validation errors. Validating the source will place the cursor to the position of the error if one exists.

The view also provides the following toolbar buttons:

  • E prev nav.gif Update browser - Replaces the DOM source of the currently selected node in the browser page
  • E next nav.gif Refresh source - Replaces the content of the DOM Source view with the latest HTML source from the browser
  • Testok.gif Validate source - Validates the DOM Source content contains valid HTML that can updated to the browser
  • Note: The previous toolbar buttons are also in a context menu accessible by right-clicking in the DOM Source view.

To open the view:

  • Go to Windows menu.
  • Select Show View and Other... to open the Show View dialog.
  • Under the Mozilla category, select DOM Source.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.