Lucee Tag Reference
Tag <CFAPPLET>
This Tag is deprecated
Used in a cfform tag, cfapplet lets you reference custom Java applets that you have registered
using the Lucee Administrator.
Body
This tag can't have a body.
Example
<cfapplet [align="string"] appletsource="string" [height="number"] [hspace="number"] name="string" [notsupported="string"] [paramn="string"] [vspace="number"] [width="number"]>
Attributes
The attributes for this tag are fixed. Except for the following attributes no other attributes are allowed.
Name | Type | Required | Description |
---|---|---|---|
align | string | No | Alignment |
appletsource | string | Yes | The name of the registered applet. |
height | number | No | The height of the applet, in pixels. |
hspace | number | No | Space on each side of the applet, in pixels. |
name | string | Yes | The form variable name for the applet. |
notsupported | string | No | The text to display if a page containing a Java applet-based cfform control is opened by a browser that does not support Java or has Java support disabled. |
paramn | string | No | The name of a registered parameter for the applet. |
vspace | number | No | Space above and below applet, in pixels. |
width | number | No | The width of the applet, in pixels. |