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

cfwindow headerstyle does not work in cf11

Community Beginner ,
Oct 21, 2015 Oct 21, 2015

My code:

<cfajaximport tags="cfform,cfwindow,cfdiv"> 

  

<html> 

<head> 

<title></title> 

</head> 

  

<body> 

<cfwindow width="500" height="310" center="true" 

  name="test" title="Test" 

  initshow="true" draggable="true" resizable="false" modal="true" 

  closable="true" 

  headerstyle="color:red;font-size:18px;"/> 

</body> 

  

</html>

Header of the window does not change. I s this a bug?

237
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
no replies

Have something to add?

Join the conversation
Resources