Quantcast
Channel: Adobe Community: Message List
Viewing all articles
Browse latest Browse all 87158

Coldfusion 11 error with cflayout

$
0
0

0down vote  favorite  

 

I have some applications developed on older CF versions (9&10) and in anticipation of a hosting system migrating to CF11 and started doing some

testing with a CF development platform on Windows 8 with Apache 2.4. I have found that in CF11 pages using cflayout and cflayoutarea does not work

correctly when collapsed with javascript:ColdFusion.Layout.collapseArea.  Firebug does flag an error in the CF javascript. Wondering if anyone else

has seen a problem like this and if there is a circumvention I could use to get this working.

 

A very simple example (complements of the Chapter 2 cflayout example demonstrated in Dan Short's video on Ajax & Coldfusion) fails as well on

CF11 but works in CF9 & CF10. 

 

main.cfm

<!doctype html><html> <head><metacharset="utf-8"></head><body><cflayoutname="borderLayout"type="border"fittowindow="true"><cflayoutareaname="header"position="top"size="75">This is the header<br/><ahref="javascript:ColdFusion.Layout.collapseArea('borderLayout', 'left');">Collapse Left Column</a><br></cflayoutarea><cflayoutareaname="centerColumn"position="center"source="content.cfm?pageName=Header 1"/><cflayoutareaname="rightColumn"position="right"style="width:100px;">This is the right column</cflayoutarea><cflayoutareaname="leftColumn"position="left"title="Left Column"style="width:250px;"collapsible="true"splitter="true"minsize="200"> This is the left column<br/><ahref="javascript:ColdFusion.navigate('content.cfm?pagename=Header 2', 'centerColumn');">Load Header 2</a></cflayoutarea><cflayoutareaname="footer"position="bottom">This is a footer &copy; 2010</cflayoutarea></cflayout></body></html>

content.cfm

<cfsilent><cfparamname="URL.pageName"default="Default header"/></cfsilent><!doctype html><html><head><metacharset="utf-8"></head><body><cfoutput><h2>#URL.pageName#</h2></cfoutput><p>This is the text content from content.cfm</p></body></html>   

Viewing all articles
Browse latest Browse all 87158

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>