Name
cfapplet
Synopsis
<cfapplet>
References a custom Java applet that has
been registered with the ColdFusion Administrator. Applet
registration is handled via the ColdFusion Administrator. As of
ColdFusion MX, you no longer need to use the
cfapplet tag within a cfform
tag.
Attributes
-
appletsource="registered_applet_name" The actual name of the Java applet. Required.
-
name="form_field_name" What to call the Java applet within the context of
cfform. Required.-
align="alignment" Alignment of the applet. Optional. Valid entries are
Left,Right,Top,TextTop,Bottom,AbsBottom,Middle,AbsMiddle, andBaseline.-
height="height_in_pixels" Height of the applet in pixels. Optional.
-
hspace="horizontal_spacing_in_pixels" Horizontal space in pixels along each side of the applet. Optional.
-
paramn="parameter_value" Additional user-defined parameters to pass to the applet. Optional.
-
notsupported="text_messsage" Text to appear if Java isn’t supported by the user’s browser. Optional.
-
vspace="vertical_spacing_in_pixels" Vertical space in pixels along the top and bottom of the applet. Optional.
-
width="width_in_pixels" Width of the applet in pixels. Optional.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access