See: Description
| Interface | Description |
|---|---|
| WebExportable |
Interface for parameters that provide web export content.
|
| WebExporter |
Interface for an object that provides a web exporting service
for a Ptolemy II model.
|
| Class | Description |
|---|---|
| AreaEventType |
A parameter used to specify the event type actions associated
with an area in an HTML image map.
|
| DefaultIconLink |
A parameter specifying default hyperlink to associate
with icons in model.
|
| DefaultIconScript |
A parameter specifying default JavaScript actions to associate
with icons in model.
|
| DefaultTitle |
A parameter specifying default title to associate
with a model and with components in the model.
|
| DygraphsJSPlotterAttribute |
Attribute for generating the HTML file with JavaScript to plot simulation
results using the Dygraphs library.
|
| HTMLImage |
Attribute for inserting an image into a web page.
|
| HTMLText |
Attribute for inserting HTML text into the page exported by Export to Web.
|
| HTMLTextPosition |
Parameter specifying the position into which to export HTML text.
|
| IconLink |
Attribute specifying a URI to link to from an icon when a model
is exported to a web page.
|
| IconScript |
A parameter associating a JavaScript with an icon in model.
|
| JSPlotterAttribute |
Base class for attributes generating the HTML file with JavaScript to plot
simulation results for "Export to Web".
|
| LinkTarget |
Parameter specifying the target for an HTML link.
|
| LinkToOpenTableaux |
A parameter specifying default hyperlink to associate
with icons in model.
|
| ParameterDisplayIconScript |
A parameter specifying default JavaScript actions to associate
with icons in model.
|
| Script |
A parameter for associating a script (such as Javascript) with an object in
a model.
|
| Title |
Attribute specifying a title for a model or a component in a model.
|
| WebAttribute |
Class containing information and methods for properties for web content,
for example, an HTML attribute that is part of an HTML element, as in the
"href" attribute of <a href="http://www.w3schools.com">This is a link</a>
The _elementName is used as the name of the attribute, e.g.
|
| WebContent |
Base class for attributes defining content for export to web.
|
| WebElement |
Attribute containing information and methods for web elements,
for example, HTML tags and content, as in
<div> This is some HTML content </div>
The full name including the _elementName is used as WebElement's web id.
|
| WebExportParameters |
Container for parameters that customize web export.
|