Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "ATF/Help/Tools/JSEval"

< ATF‎ | Help
(New page: =Image:jsEval.gif JavaScript= The JavaScript View enables the developer to explore and interact with the web application by evaluating JavaScript expressions. The result of the expres...)
 
(Image:jsEval.gif JavaScript)
 
Line 14: Line 14:
 
* Select ''Show View'' and ''Other...'' to open the ''Show View'' dialog.
 
* Select ''Show View'' and ''Other...'' to open the ''Show View'' dialog.
 
* Under the ''Mozilla'' category, select ''JavaScript''.
 
* Under the ''Mozilla'' category, select ''JavaScript''.
 +
 +
[[Category:Draft Documentation]]

Latest revision as of 09:59, 4 November 2009

JsEval.gif JavaScript

The JavaScript View enables the developer to explore and interact with the web application by evaluating JavaScript expressions. The result of the expression is rendered as a tree which the developer can use to further explore JavaScript values. Any expression can be evaluated, even function calls that can result in page modifications, giving the developer full control of the web application.

The developer can also explore the JavaScript represention of DOM nodes in the Document. This is done by a Right-click over any DOM Node in the DOM Inspector View and selecting JsEval.gif Evaluate Node.

The view also provides the following toolbar buttons:

  • Clear.gif Clear - Clears the result table.

To open the view:

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

Back to the top