XML FOR DOMINO


javaapplet element
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


Attributes

<!ATTLIST javaapplet
width%pixpct;#IMPLIED
height%pixpct;#IMPLIED
inactivetext%string;#IMPLIED
usecorbaclasses%boolean;"false"
usecorbassl%boolean;"false"
nameCDATA#IMPLIED
%html.core.attrs;
>

height


inactivetext
name
usecorbaclasses
usecorbassl
width
See Also