Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #55.0K
~226 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for susan_151615

I've got a problem displaying cfselect dropdowns. I have several dropdowns, when choose one base on the selection before it, it works perfect. like country-state-city-zip. But my problems, I need to let user able to choose from any dropdown and redraw others. ie. Gender- school- sportType - gpa are dropdown …

Member Avatar for ws1267
0
121
Member Avatar for avi-reiter

Here is code for layout tabs, not sure it helps, could you put the cfform and datefield input in page1 and page2 and page3.cfm pages? [code=coldfusion]<cfajaximport tags="cfform,cflayout-border,cflayout-tab"> <cflayout type="border" name="myLayout"> <cflayoutarea name="myregion" position="center" overflow="hidden"> <cflayout name="myTabs" type="tab" style="background-color:cornsilk;height:100%"> <cflayoutarea title="page1" source="page1.cfm" overflow="visible" /> <cflayoutarea title="page2" source="page2.cfm" overflow="visible" /> <cflayoutarea title="page3" …

Member Avatar for ws1267
0
105

The End.