Change Skin
This Page open a cfwindow after that cfajaximport has changed the css path.
- Cfajaximport must be at the top of the page before any other ajax tag.
- Css path must poin to a filder that manatain the same original structure. You can use the jquery themeroller tool and just change the same of the main css file to RailoSkin.css.cfm
- In the RailoSkin.css.cfm file add a cfcontent tag declaring type="text/css" at the top of teh page.
RailoSkin.css.cfm
<cfcontent type="text/css"> .... css rules ...
This page code
<cfajaximport csssrc="/RailoAjax/tests/cfajaximport/css"/> <cfwindow name="win1" source="/railoAjax/tests/cfajaximport/files/changecss.cfm" initShow="true"/>