CFLAYOUT vbox/hbox - on-events

2007-08-10 Thread Mikkel Johansen
I am looking for a way to create a function that gets called when the user changes the layout for example when they change the size of a box/pane or collapse a area. I would guess that there should have been a kind of onCollapse, onExpand, onResize something like that. Anyone have a solution

Re: CFLAYOUT vbox/hbox - on-events

2007-08-10 Thread Raymond Camden
Mikkel, check the reference guide. There is a whole section just on the JS api for stuff in CF8. It looks like there _IS_ a way to force an area to collapse (ColdFusion.Layout.collapseArea), and do the reverse, but unfortunately I don't see a way to capture the user doing it. On 8/10/07, Mikkel