Contents

cfapplet

Description

Currently not implemented in the core engine. Is this tag important to you? Please tell us at http://railo.uservoice.com/

Category

Other

Implemented

Usage Syntax

<cfapplet  
	appletSource="String"
	name="String"
	[height="number"]
	[width="number"]
	[vSpace="number"]
	[hSpace="number"]
	[align="String"]
	[notSupported="String"]
	[paramn="String"]
 />

[] = Optional attribute

Attributes

Name Type Required Default Description
appletSource String Yes The name of the registered applet.
name String Yes The form variable name for the applet.
height number No The height of the applet, in pixels.
width number No The width of the applet, in pixels.
vSpace number No Space above and below applet, in pixels.
hSpace number No Space on each side of the applet, in pixels.
align String No Alignment
notSupported String No The text to display if a page containing a Java applet-based cfform control is opened by a browser that does not support Java or has Java support disabled.
paramn String No The name of a registered parameter for the applet. Specify a parameter only to override parameter values already defined for the applet in the ColdFusion Administrator.

Example Usage