Answered
Applying css style to CFWINDOW
Hi All,
I am using CFWINDOW in my page. I want to apply CSS to my CFWINDOW - i want to change the border color of the cfwindow . I am creating my cfwindow from a javascript function using ColdFusion.Window.create method. Is it possible to apply the css style to cfwindow through javasript?
<cfwindow> tag has headerstyle property but i cannot use this in the above method. Is there any method to set the style for a cfwindow. Pls help me.
I am using CFWINDOW in my page. I want to apply CSS to my CFWINDOW - i want to change the border color of the cfwindow . I am creating my cfwindow from a javascript function using ColdFusion.Window.create method. Is it possible to apply the css style to cfwindow through javasript?
<cfwindow> tag has headerstyle property but i cannot use this in the above method. Is there any method to set the style for a cfwindow. Pls help me.