Ajax Tools is a set of features based on the Web browser incorporated into Zend Studio. This provides the advantage of having a fully functioning web browser in your environment as well as the ability to edit, debug, and monitor your projects live, thus improving and simplifying the process for you.
The additional functionality provided by Ajax Tools can be applied to HTML, CSS, JavaScript, and XML.
To use Ajax Tools functionalities go to the Web Browser Tools Perspective which can be manually accessed by going to Window | Open Perspective | Other | Web Browser Tools Perspective.
Ajax Tools provides the following Views:
DOM Inspector
View - The
Browser Console View - The Browser Console view is an aggregative list of the execution errors, warnings, and information messages that occurred in the time the page open in the Internal Web Browser was running.
Request Monitor View - The Request Monitor view allows you to analyze the requests that occur in the browser open in the Internal Web Browser. The request is separated into different components (request, waiting, and response), and allows you to see the exact time each component is active, in seconds. This view should be used when profiling your application.
DOM Source View - 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.
CSS View - CSS style rules determine the formatting of an element. The CSS view provides four different tabs, each with a different approach to the CSS style rules in the browser, both active and inactive.
JavaScript View - The JavaScript view allows you to evaluate JavaScript expressions. This is useful to test, check, and debug your JavaScript code.
DOM Watcher View - The DOM Watcher view is a way to record events occurring in the node selected in the DOM Inspector view. This allows you to see what exact events are occurring live.
DOM Compare View - The DOM Compare view compares DOM attributes, child nodes, and CSS properties of a node. This view will not appear automatically when selecting the Web Browser Tools Perspective. To open it go to Window | View | DOM Compare.
©1999-2013 Zend Technologies LTD. All rights reserved.