Cfapplet - MACROMEDIA COLDFUSION 4.5-CFML LANGUAGE Reference

Cfml language reference
Table of Contents

Advertisement

Chapter 1: ColdFusion Tags

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="pixels"
WIDTH="pixels"
VSPACE="pixels"
HSPACE="pixels"
ALIGN="alignment"
NOTSUPPORTED="text"
param_1="value"
param_2="value"
param_n="value">
APPLETSOURCE
Required. The name of the registered applet.
NAME
Required. The form variable name for the applet.
HEIGHT
Optional. The height in pixels.
WIDTH
Optional. The width in pixels.
VSPACE
Optional. Space above and below applet in pixels.
HSPACE
Optional. Space on each side of the applet in pixels.
ALIGN
Optional. Alignment. Valid entries are:
Left
Right
Bottom
Top
TextTop
Middle
11

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION 4.5-CFML LANGUAGE and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Coldfusion 4.5

Table of Contents