<cfwindow>
Creates a pop-up window in the browser.
Does not create a separate browser pop-up instance.This tag is deprecated
This tag may have a body.
This tag has no <cfscript> support or it uses a different syntax.
<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>]
| Attribute | Description |
|---|---|
name
string, optional
|
edit |
title
string, optional
|
edit |
source
string, optional
|
edit |
onBindError
string, optional
|
edit |
modal
boolean, optional
|
edit |
refreshOnShow
boolean, optional
|
edit |
width
numeric, optional
|
edit |
height
numeric, optional
|
edit |
minWidth
numeric, optional
|
edit |
minHeight
numeric, optional
|
edit |
initShow
boolean, optional
|
edit |
resizable
boolean, optional
|
edit |
draggable
boolean, optional
|
edit |
jsLib
string, optional
|
edit |
x
numeric, optional
|
edit |
y
numeric, optional
|
edit |
buttons
string, optional
|
edit |
Examples
There are currently no examples for this tag. 40,701ms WARN No examples for tag WindowSee also
- Ajax features
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)