Lucee Tag Reference
<cfWindow>
Creates a pop-up window in the browser. Does not create a separate browser pop-up instance.
Body
This tag may have a body.
Example
<cfWindow [buttons=string] [draggable=boolean] [height=numeric] [initShow=boolean] [jsLib=string] [minHeight=numeric] [minWidth=numeric] [modal=boolean] [name=string] [onBindError=string] [refreshOnShow=boolean] [resizable=boolean] [source=string] [title=string] [width=numeric] [x=numeric] [y=numeric]> [</cfWindow>]
Attributes
The attributes for this tag are fixed. Except for the following attributes no other attributes are allowed.
Name | Type | Required | Description |
---|---|---|---|
buttons | string | No | |
draggable | boolean | No | |
height | numeric | No | |
initShow | boolean | No | |
jsLib | string | No | |
minHeight | numeric | No | |
minWidth | numeric | No | |
modal | boolean | No | |
name | string | No | |
onBindError | string | No | |
refreshOnShow | boolean | No | |
resizable | boolean | No | |
source | string | No | |
title | string | No | |
width | numeric | No | |
x | numeric | No | |
y | numeric | No |