appletresourcefileref (Domino DTD)
Represents a reference to a file within a Java applet resource design element.
Containment Hierarchy
Contained by: <javaproject>
Syntax
<!ELEMENT appletresourcefileref EMPTY>
Attributes
<!ATTLIST appletresourcefileref
database |
%replicaid; |
#IMPLIED |
---|---|---|
appletresource |
%tstring; |
#REQUIRED |
file |
%string; |
#REQUIRED |
>
appletresource
Translatable name of the Java applet resource. Required.
database
Replica id of the database containing the applet resource. If not specified, defaults to the current database.
file
Name of a file contained by the applet resource. Required.