javaapplet (Domino DTD)
Represents a java applet within rich text. This element is different from an <appletresource>, which is a design element.
Containment Hierarchy
Contained by: %richtext.hot.inline;
Contains: <code>, <appletparameters>
Syntax
<!ELEMENT javaapplet ( appletparameters? , code+ ) >
Content
code, appletparameters
Can contain none or one appletparameters elements, followed by one or more code elements. It must contain at least one code element that contains a <javaproject> element holding the Java code. In addition, it can contain several formula elements holding code for the HTML Attributes and Alternate HTML events.
Attributes
<!ATTLIST javaapplet
width |
#IMPLIED |
|
---|---|---|
height |
#IMPLIED |
|
inactivetext |
%string; |
#IMPLIED |
usecorbaclasses |
%boolean; |
"false" |
usecorbassl |
%boolean; |
"false" |
name |
CDATA |
#IMPLIED |
>
height
Applet height.
inactivetext
Text to display while applet is not running or is being loaded.
name
Name of the applet. This name corresponds to the name assigned to the applet in Name field of the Applet Extra HTML tab of the Java Applet properties box in the Designer UI. The name HTML attribute serves as the object's ID for referencing it in JavaScript or cascading style sheets (CSS). The name is not set to equal the base class for the applet, nor the applet resource name.
usecorbaclasses
If true, applet uses Common Object Request Broker Architecture (CORBA) classes. Default is false.
usecorbassl
If true, applet uses CORBA Secure Sockets Layer (SSL) security. Default is false.
width
Applet width.