Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
lizard626 #1
Bind <cfgridcolumn> to cfinput "datefield"?
Hi everyone,
Does anyone know how to bind a <cfinput type="datefield"> to a <cfgridcolumn>?
This is the way I'm currently trying to do it, and it doesn't seem to bind
correctly:
<cfform bla bla bla>
<cfgrid name="artistGrid" query="UserInfoQuery">
<cfgridcolumn name="MyDate" display="yes" mask="MM/DD/YYYY" >
</cfgrid>
<cfinput type="datefield" mask="MM/DD/YYYY" name="MyDate"
bind="{artistGrid.dataProvider[artistGrid.selectedIndex]['MyDate']}"
onChange="artistGrid.dataProvider.editField(artist Grid.selectedIndex,
'MyDate', MyDate.datefield);">
</cfform>
If I change the type to "text", and change MyDate.datefield to MyDate.text,
everything seems to work just fine.
Any ideas?
Thanks a bunch in advance,
Ian Adams
Los Angeles, CA
lizard626 Guest
-
how i use <cfinput type="file" ...> in cfformtype="flash
hi, I want to use the <cfinput type="file" ...> in cfform type="flash . But How ? Regards Prashant -
DateField - Can u make the field default to "undefined"
Hello, I am finding that if I put a DateField on a page, and the user does not select a date, when I get the date from the control using the... -
cfinput required="yes" and inline javascript conflict
Has anyone experienced a situation where inline Javascript is causing Cold Fusion's native error reporting to fail. I have a script that tests 2... -
Odd behavior with cfinput value="#somevar#" under MX 6.1
I'm noticing that when I specify a dynamic value for a cfinput form element (ie: modify product form), -- that if the value contains a character... -
CFINPUT type="radio" w/ "value" requires "label"
On a Flash form, when you specify type='radio' and value='whatever', the value of the 'value' attribute will be displayed as a label if no 'label'... -
lizard626 #2
Re: Bind <cfgridcolumn> to cfinput "datefield"?
Whoops, this should be in the Rich Forms area.
Sorry!
lizard626 Guest



Reply With Quote

