Skip to main content
Participant
October 21, 2015
Question

cfwindow headerstyle does not work in cf11

  • October 21, 2015
  • 0 replies
  • 255 views

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?

    This topic has been closed for replies.