CFAPPLET

Used in a CFFORM, CFAPPLET allows you to reference custom Java applets that have been previously registered using the ColdFusion Administrator.

To register a Java applet, open the ColdFusion Administrator and click the Applets button.

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="Left" or "Right" or "Bottom"or "Top" or "TextTop" or "Middle"
     or "AbsMiddle" or "Baseline" or "AbsBottom"
    NOTSUPPORTED="message_to_display_for_nonJava_browser"
    param_1="applet_parameter_name"
    param_2="applet_parameter_name"
    param_n="applet_parameter_name">
APPLETSOURCE

Required. The name of the registered ...

Get Sams Teach Yourself ColdFusion® in 21 Days now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.