Homepage | About EASA | Contact
After you have completed creating any content for displaying results data in the EASAP GUI, the next step will be to generate an HTML-based report for presenting the output data and plots to users on the EASA Results pages. An EASAP report can be broken down into two components:
First, an EASAP report is initiated using the Report object. Then, the main body of this report can be generated using two objects, the Text Output and HTML Output objects. For your figures and tables, the following objects are available: Results Table, Plot, Data, Tabulated Data and 2D Graph objects.
![]() |
|||
---|---|---|---|
![]() | The main parent object under which all the available data processing tools reside. | ||
![]() | The parent object for Default HTML Styles and Custom HTML Styles. | ||
![]() | A parent object for additional styling objects. | ||
![]() | Used as a parent to styling objects. | ||
![]() | Used to specify other HTML Style objects. | ||
![]() | A collection of existing style objects. | ||
![]() | Allows you to specify the text message that will be displayed under My Results. | ||
![]() | Used as a parent object. | ||
![]() | Used to create color contour plots of parametric results. | ||
![]() | Used to create special parametric tables of results. | ||
![]() | Used as a parent to other children objects that make up the content of the report. | ||
![]() | Used to create plots from data stored within list objects. | ||
![]() | Used to specify contour data to be plotted on the 2D graph. | ||
![]() | Used to activate a legend on a graph. | ||
![]() | Used to specify line data to be plotted on the 2D graph. | ||
![]() | Used to specify the main and sub titles of the 2D Graph object. | ||
![]() | Used to specify the properties of the horizontal axis of a 2D Graph object. | ||
![]() | Used to specify the properties of the vertical axis of a 2D Graph object. | ||
![]() | Used to rapidly create impressive looking reports within EASA. | ||
![]() | Used to arrange other report objects into a tabular layout. | ||
![]() | Used to allow data to be displayed within the rows of a Results Table. | ||
![]() | Used to display an image file and a plot title in your report. | ||
![]() | Used to display an image file and a plot title in your report. | ||
![]() | Used to create a two column wide table whose rows are filled with titles in the first column and report content in the second column. | ||
![]() | Used to create tables of list data. | ||
![]() | Used to create basic text elements in an EASAP’s report. |
You can annotate the display of each run of an EASAP by using the NOTES object under the Output branch.
The look and feel of objects used to generate the report of an EASAP can be controlled and formatted using the HTML STYLE and TABLE STYLE objects found under the HTML STYLE LIST in the Output branch. These HTML Style and Table Style objects can determine the look of such things as the background, text, borders, and margins by their selection in Style, Title Style and Table Style parameters found in the report objects. These styles are ultimately implemented into the report’s HTML file, report.htm
, using Cascading Style Sheet (CSS) syntax and the <Style> tag.
For more information on Cascading Style Sheets, see the website www.w3.org/Style/CSS/.
A collection of existing style objects is available in any new EASAP under the DEFAULT HTML STYLES object. You can create your own styles by first adding a CUSTOM HTML STYLES object to the HTML Style List and then proceed to populate it with HTML Style and Table Style objects.