animDirect
The direction of play, as follows:
forward
After displaying the last individual image of the animation sequence, the function repeats the
animation from the beginning (that is, starting with the first image and incrementing).
back
After displaying the last individual image of the animation sequence, the function repeats the
animation in the opposite direction (that is, starting with the prior image and decrementing).
After displaying the first image again, the animation repeats in the forward direction.
If not specified, the function assumes the default value of back.
The HTML tag to end JavaScript code.
19.6.3.3. Inserting a Data Table
The following example JavaScript code creates a data table in the HTML report that you are assembling.
If the specified table is not available, your report will contain a message indicating the problem.
<script LANGUAGE="JavaScript1.2" SRC="ansysTables.js"> </script>
<script>
tableName('tableCaption');
</script>
Following is an explanation of the JavaScript code:
Loads the ansysTables.js file to provide the data table. You must include this line of code at least
once in your HTML document and before calling the tableName function. Typically, this line appears
in the section of an HTML document.
The HTML tag to end JavaScript code.
19.6.3.4. Inserting a Listing.
The following example JavaScript code creates an ANSYS output listing in the HTML report that you
are assembling. If the specified listing is not available, your report will contain a message indicating the
problem.
Release 15.0 - © SAS IP, Inc. All rights reserved. - Contains proprietary and confidential information
The Report Generator