<cfwindow>
Creates a pop-up window in the browser.
Does not create a separate browser pop-up instance.
This tag may have a body.
This tag has no <cfscript> support or it uses a different syntax.
Requires Extension: Ajax Extension
<cfwindow
name=string
title=string
source=string
onBindError=string
modal=boolean
refreshOnShow=boolean
width=numeric
height=numeric
minWidth=numeric
minHeight=numeric
initShow=boolean
resizable=boolean
draggable=boolean
jsLib=string
x=numeric
y=numeric
buttons=string
><!--- body --->[</cfwindow>]
Examples
There are currently no examples for this tag. 35,147ms WARN No examples for tag WindowSee also
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)