MACROMEDIA COLFUSION MX 7-CFML Reference page 38

Cfml reference
Hide thumbs Also See for COLFUSION MX 7-CFML:
Table of Contents

Advertisement

cfapplet
Description
This tag references a registered custom Java applet. To register a Java applet, in the ColdFusion
Administrator, click Extensions > Java Applets.
Using this tag within a
attribute is defined in the Administrator, the return value is incorporated into the form.
Category
Forms tags
Syntax
<cfapplet
appletSource = "applet_name"
name = "form_variable_name"
height = "height_in_pixels"
width = "width_in_pixels"
vSpace = "space_above_and_below_in_pixels"
hSpace = "space_on_each_side_in_pixels"
align = "alignment_option"
notSupported = "message_to_display_for_nonJava_browser"
param_1 = "applet_parameter_name"
param_2 = "applet_parameter_name"
param_n = "applet_parameter_name">
See also
cfform, cfformgroup, cfformitem, cfgrid, cfinput, cfobject, cfselect,
cfservlet, cfslider, cftextarea,
History
ColdFusion MX:
Removed the requirement that you use this tag within a
Changed the behavior when this tag is used within a
defined in the Administrator, the return value of the applet's method is incorporated into the
form.
Attributes
Attribute
Req/Opt Default
appletSource Required
name
Required
height
Optional
width
Optional
vSpace
Optional
hSpace
Optional
38
Chapter 2: ColdFusion Tags
tag is optional. If you use it within
cfform
cftree
Description
Name of registered applet
Form variable name for applet
Height of applet, in pixel
Width of applet, in pixels
Space above and below applet, in pixels
Space on left and right of applet, in pixels
, and the
cfform
tag.
cfform
tag; if the
cfform
method
method
attribute is

Advertisement

Table of Contents
loading

This manual is also suitable for:

Colfusion mx 7 - installing and using coldfusion mx

Table of Contents