<cfapplet>
Used in a cfform tag, cfapplet lets you reference custom Java applets that you have registered using the Lucee Administrator.
This tag cannot have a body.
This tag is also supported within <cfscript>
Status: deprecated
<cfapplet
appletsource=string
name=string
height=number
width=number
vspace=number
hspace=number
align=string
notsupported=string
paramn=string
>
Examples
There are currently no examples for this tag.
See also
- Ajax features
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)