I'm using cflayout and cflayoutarea to approximate a frame layout.  Here's
my code:

<cflayout type="Border" name="outer" style="height: 825px;">
 <cflayoutarea  position="left" name="locations"
source="inc/location_list.cfm" minsize="150" maxsize="400" size="200"
overflow="auto" splitter="true" style="padding: 5px;">
 </cflayoutarea>
<cflayoutarea name="rightstuff" position="center">
 <cflayout type="Tab" name="tabcontainer" tabposition="Bottom"
tabheight="800">
<cflayoutarea  name="editlocation" source="inc/location_edit.cfm"
title="Edit Location" style="padding: 5px;" selected="true"
refreshonactivate="true"></cflayoutarea>
 <cflayoutarea  name="resources" source="inc/resources.cfm" title=" &nbsp;
Resources &nbsp; " style="padding: 5px;"
refreshonactivate="true"></cflayoutarea>
 </cflayout>
</cflayoutarea>
</cflayout>


What I have is a list of links in the "locations" layoutarea, and when I
click on the link, I want to load location-specific information in both
layoutareas "editlocations" and "resources".  My initial thought was to use
Coldfusion.navigate() to accomplish that, but it doesn't work with cflayout.
 I looked at the Javascript functions for Coldfusion.Layout, but none of
them really seem to apply.  Is there any way to click in the one area and
have it load new information in these two tabs without reloading the entire
page?

Thanks

Pete


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:335933
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to