Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
Ronsweb #1
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
action='components/fpd.cfc?method=addschedule' method='post' name='poll'
preloader='yes' format='html' height='650' width='100%' skin='haloblue'
timeout='20' title='schedule'> <cfformgroup type='tabnavigator'
height='600' visible='yes' enabled='yes'> <cfformgroup type='page'
label='Create Event' visible='yes' enabled='yes'> <cfformitem
type='html' visible='yes' enabled='yes'><p><font color='#00CCFF' size='+6'
face='Arial, Helvetica, sans-serif'><strong>Flex Day Schedule
Administration</strong></font></p><br /> </cfformitem> <cfformgroup
type='vbox'> <cfselect name='faculty_component' label='Schedule
Component:' required='yes' message='Please choose the component to add the
schedule' width='200'> <option value=' '>Please choose</option>
<option value='1'>Flex Schedule</option> <option value='2'>Faculty
Mentor Program</option> <option value='3'>New Faculty Orientation</option>
<option value='4'>Conference Information</option> </cfselect>
<cfinput type='submit' name='submit_schedule_flex' value='Submit Schedule'
width='150' title='Submit' /> <cfinput title='Reset' name='Reset'
value='Reset' type='Reset' label='Reset' width='100' /> </cfformgroup>
</cfformgroup> </cfformgroup> </cfform> Thanks, Ron
Ronsweb 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... -
Help CFFORM format flash with ActionScript
Because the syntax getURL("http://www.macromedia.com", "_blank", "POST"); she is not being executed. I want that in case that returns 1 either... -
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...



Reply With Quote

