ATF/Help

From Eclipsepedia

< ATF
Jump to: navigation, search

Ajax Tools Framework Help Contents

Selected Features

Image:runInMoz.jpg

Run your web application in the Embedded Mozilla browser. more...

Image:debugInMoz.jpg

Debug your web application in the Embedded Mozilla browser. more...

Image:browser.jpg

The Embedded Mozilla is a fully functional browser with tighter integration with Eclipse. more...

Image:openBrowser.jpg

Open the Embedded Mozilla by using the toolbar action available in the Mozilla Perspective. more...

Image:domInspectorTree.jpg

Use the DOM Inspector view to get a live snapshot of the document rendered in the browser. more...

Image:domInspectorSelection.jpg

Discovered where a DOM element in the DOM tree is rendered in the browser. more...

Image:domInspectorAttributes.jpg

Modify the attributes of the selected DOM element and immediately see the effects in the browser. more...

Image:browserSelection.jpg

Select elements to inspect by making a selection directly on the browser. more...

Image:jsConsole.jpg

Use the Browser Console view to see error and warning messages logged by the browser. Click on a console entry to open the affected file in an Eclipse editor. more...

Image:jsEval.jpg

Evaluate JavaScript expressions on the page and interactively inspect the results. more...

Image:xhrMonList.jpg

See all the AJAX calls made by your application in the XHR (XML HTTP Request) Monitor view. more...

Image:xhrMonDetails.jpg

Look at the response and request details for each AJAX call.more...)

Image:cssViewRules.jpg

Inspect all the CSS rules and style properties that are applied to the selected DOM element in the CSS view. more...

Image:cssViewEdit.jpg

Make changes to the values of style properties and previewed or permanently applied them to the browser. more...

Image:cssViewDiff.jpg

Track all the CSS changes made to later apply them to your application. more...)

Image:domSource.jpg

See source text of the selected DOM element and its descendants and use it to navigate the document. more...

Image:domSourceEdit.jpg

Make text modifications in the DOM Source view and change the content displayed in the browser. more...

Image:debuggerSetBreakpoint.jpg

Set breakpoint markers on files located in projects as well as remotely located files for debugging JavaScript. more...

Image:debuggerTriggerBreakpoint.jpg

When the JavaScript Debugger is running, interact with the application in the Embedded Mozilla to trigger a breakpoint. more...

Image:debuggerCallStack.jpg

When the JavaScript Debugger encounters a breakpoint, interact with the current call stack using the Debug view. more...

Image:debuggerVariables.jpg

Inspect the variables in scope at each level of the call stack in the Variables view. more...

Image:debuggerBreakpoints.jpg

See all the breakpoints that the JavaScript Debugger is observing in the Breakpoints view. more...

Image:scriptView.jpg

Use the Script View to list all the files that contain JavaScript in the application and add or remove breakpoints. more...