Copy link to clipboard
Copied
I am new to cfwindow and am having trouble with several examples out there. The examples I have tried to use do not work. I would like to check my CFIDE mappings and am not sure what to look for. Any direction would be useful and appreciated.
Copy link to clipboard
Copied
Hi,
Plz try this.
<cfwindow
name="mywindow1"
title="Sample Window"
height="350"
width="500"
x="10"
y="40"
source="yourpagetodisplayinpopup.cfm"
initShow="true"
closable="true"
resizable="true"
draggable="true"
center="false"
minheight=200
minwidth=200
/>
Copy link to clipboard
Copied
I named the page test.cfm and the source = testscript.cfm. The test.cfm page shows the title (sample window) as text and that is it. This is what is happening on all examples that I have tried.
Copy link to clipboard
Copied
Hi,
Please explain what all the issues you are facing with cfwindow and what you are trying to achive?
Copy link to clipboard
Copied
The problem that I am experiencing is explained above after implementing the test script. All I get is text displaying Sample Window. I wish to have a link where I can click on an abreviated description of an item for a complete description that item. I believe that all the examples that I have tried to start with have been good examples. I believe that there is something wrong on the mapping or something else which is disabling the tag.