-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
I am using the <cfinput type="datefield"> and I need to limit the dates that can be chosen. I cannot allow a date that can be selected in the past. Any help here?
Thanks!
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a CFINPUT tag in a CFFORM:
<cfinput
type="text"
id="itemInput"
name="itemInput" />
I want to set the range dynamically without posting the page. I have several AJAX calls throughout the page to dynamically load form fields on the fly:
<cfselect id="this" name="this"…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have the following CFSELECT tags that are used to populate a text input:
<cfselect id="this" name="this" bind="cfc:Data.getThis()" bindonload="true" />
<cfselect id="that" name="that" bind="cfc:Data.getThat({p1})" />
<cfselect id="theOther" name="theOther" bind="cfc:Data.getTheOther({p1}…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have this add user form, it also doubles as a edit user form by querying the data and setting the value="#query.xvalue#". If the user exists (eg, you're editing a user, it loads in the users data from the database. When doing this on the <cffile field it does not load in the data, then when the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Within a form I have a button that launches a cfwindow, then presents a search screen for the user to make a selection. Once selection is made, the cfwindow closes and the selected content shows in the main page by being bound to a cfdiv. This all works fine in FF but the cfdiv doesn't show at all…
>>> More