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

CFWINDOW escapes HTML, I'd like it rendered

New Here ,
Oct 08, 2010 Oct 08, 2010

1.  On the page I have a link with an OnClick="Coldfusion.Window.Create()" method.

2.  The source for this is a remote proxy cfc which generates HTML

3.  The modal window appears on the page, but the HTML is rendered as source code, rather than html. (eg, <strong>Hello</strong>, rather than hello

What am I doing wrong?

336
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
New Here ,
Oct 08, 2010 Oct 08, 2010
LATEST

Duh, got it.

returnFormat="plain" on the function

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