Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Rick #1
CFFORM flash format display problem
Is there a problem with CFFORM displaying FLASH formatted forms with in a TABLE? If I pull my form out of the table it displays fine but within a table doesn't display at all.
Rick Guest
-
Help CFFORM format flash with ActionScript 2
I go to send the example for you to analyze. I am trying to develop this on the basis of an article that I read "Calling the CFC from the Form... -
cfform format flash
I am trying to read a small dbase with a name and a link. I am using cfform format flash. What i want is to able to click at the link which is... -
CFFORM format=flash height = 100%?
I have tried many of methods to get the CFFORM and elements (such as CFTREE or CFGRID) to fill 100% of available space, as the documentation says... -
CFFORM Format Flash not work with IE
I saw that this request was responded previously by saying that when you cann see the form in Netscape but not in IE, that mean IE did not had... -
cfselect in a cfform format=flash
Has anyone been able to get the cfselect to validate in a html type of cfform. It works in flash, however, it does not work in html? <cfform... -
Stressed_Simon #2
Re: CFFORM flash format display problem
You cannot use tables to layout flash forms you have to use cfformgroup and cfformgroupitem tags.
Stressed_Simon Guest
-
Rick #3
Re: CFFORM flash format display problem
Yes, that I am aware of. I am not using tables to format the form, I am placing the form inside a table.
Rick Guest
-
Stressed_Simon #4
Re: CFFORM flash format display problem
Well in that case it should work fine.
Stressed_Simon Guest
-
Rick #5
Re: CFFORM flash format display problem
I've done some further testing on this. It turns out that the flash from loads properly in Firefox and Netscape but will not load in Internet Explorer.
Rick Guest
-
Roy F #6
Re: CFFORM flash format display problem
Hi,
You can have flash forms inside of tables but you need to be sure to set>You cannot use tables to layout flash forms...
the width and height attributes of the flash form in order for it to
show if it's inside of a table.
Regards,
Roy F.
Stressed_Simon wrote:> You cannot use tables to layout flash forms you have to use cfformgroup and cfformgroupitem tags.Roy F Guest



Reply With Quote

