Add a New File Resource
You can specify new resource files that are not yet included with the
extension.
Click the Resources tab on the right side of
the Isight Developer Perspective.
In the Files area at the top of the tab, click
Add.
The Open dialog box appears.
Specify the file you want to add, and click Open.
You return to the Resources tab. The new file
appears in the file list at the top of the tab and is placed in the extension’s
resources directory.
Click to save your changes to the extension.
Edit an Existing File Resource
You can edit a file that has already been attached to the extension.
Click the Resources tab on the right side of
the Isight Developer Perspective.
In the Files area at the top of the tab, click
the file you want to edit.
All of the existing files for the extension are listed.
Edit the file, as desired.
Click to save your changes to the extension.
Define a Help File for the Extension
You can specify the embedded help for the extension, including the help
file itself and the type of help it uses (HTML-based help, Javahelp,
etc.). This help file can then be accessed when the extension is used
in Isight.
Click the Resources tab on the right side of
the Isight Developer Perspective.
If necessary, click the Help label to expand
the area and display the available options.
Specify the type of help you are including from the drop-down list.
The following options are available:
Option |
Description |
HTML |
Allows you to specify a single HTML file
that contains all of the extension’s help information. Most word processors
allow you to save a document in this format. |
Zipped HTML |
Allows you to specify a zip file
containing all the required HTML and supporting image files. This type
of file is used with most SIMULIA-supplied components. |
Java |
Allows you to specify a help system built
using Java’s help package. To create this type of help file, you will
need to use a help authoring tool, such as RoboHelp, WebWorks, Doc-To-Help,
etc. |
SIMULIA |
Allows you to specify a help file provided
with Isight (for example, the Design Gateway online help). |
Click to specify the file.
The Open dialog box appears.
Locate the file you want to add, and click Open.
You return to the Resources tab. The new file
appears in the text box in the Help area.
Click to save your changes to the extension.
|