Related topics


Java Applets page

Extensions > Java Applets

 

The Java Applets page lists the names of all the Java applets that are registered in ColdFusion. Use the Java Applets page to register new Java applets, remove Java applets, or edit the registration fields of an existing Java applet in ColdFusion. You must register your Java applets prior to including them in your cfform forms.

 

This page has the following areas:

 

Area

Description

Register New Applet

Click this button to register a Java applet to include in your ColdFusion applications.

Actions

Click the Edit icon to edit registration fields of a Java applet.

Click the Delete icon to remove the registration of a Java applet.

Applet

Click the name of a Java applet to view or edit the registration fields for that applet.

Code

This column identifies the name of the file that contains the applet subclass.

Method

If applicable, this column identifies the method name used in the name attribute of the cfapplet tag.

Code Base

This area identifies the directory that contains the applet components.

 

Related topics