<cfapplet>
What it does
This tag
is used to add a registered custom Java applet to your page. To register
a Java applet, in the ColdFusion Administrator, click Extensions >
Java Applets. Using
this tag within a cfform tag is optional. If you use it within cfform,
and the method attribute is defined in the Administrator, the return value
is incorporated into the form.
Attributes
appletSource
- Required - Name of registered applet
name - Required - Form variable name for applet
height - Optional - Height of applet, in pixel
width - Optional
- Width of applet, in pixels
vSpace - Optional - Space above and below applet, in pixels
hSpace - Optional - Space on left and right of applet, in pixels
align - Optional - Alignment:
Left
Right
Bottom
Top
TextTop
Middle
AbsMiddle
Baseline
AbsBottom
End
Tag: Forbidden |