Zend Studio 8.0
Documentation Survey | Submit Documentation Feedback | View Latest Version and Get PDF Online
In this Topic Hide
The DOM Source view shows the content and structure, including the attributes and values, of the highlighted node (and its child nodes) in HTML format.
This procedure describes how to make changes in the source code of a node. This allows you to take the analysis capabilities of Ajax Tools and utilize the information to optimize element performance.
|
|
|
To make changes in the source code of a node:
|
If
you would like to revert back to the original browser source code
before clicking |
|
This procedure describes how to validate a DOM source. The DOM source is validated by running an XML validator. This will detect problems such as missing closing tags and unpaired quotes in tag attributes.
|
|
|
To validate DOM source:
|
If you make a change that leads to a validation error in the DOM Source view, you will not be able to update the browser source with the changes. |
|
The DOM Source View includes the following icons:
|
Update the browser source with changes. |
|
Refresh the source code according to the browser page. |
|
Validate the DOM source. |