<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>]
Attribute Description
name
string, optional
title
string, optional
source
string, optional
onBindError
string, optional
modal
boolean, optional
refreshOnShow
boolean, optional
width
numeric, optional
height
numeric, optional
minWidth
numeric, optional
minHeight
numeric, optional
initShow
boolean, optional
resizable
boolean, optional
draggable
boolean, optional
jsLib
string, optional
x
numeric, optional
y
numeric, optional
buttons
string, optional

Examples

There are currently no examples for this tag. 33,319ms WARN No examples for tag Window

See also