Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

cfwindow

Guest
Aug 09, 2009 Aug 09, 2009

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.

1.0K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Aug 10, 2009 Aug 10, 2009

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

/>

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Aug 10, 2009 Aug 10, 2009

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Aug 10, 2009 Aug 10, 2009

Hi,

Please explain what all the issues you are facing with cfwindow and what you are trying to achive?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Aug 10, 2009 Aug 10, 2009
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources