Hi all.
As you know Coldfusion dynamically generates js code for cfinput tags.
And there is required="yes" feature.
I want to automatically add red asterisk at the end of input field when cfinput contains required="yes".
Possible?
User Profile
Collapse
-
displaying asterisk with required="true"
-
Bind a page to <cfdiv>
Hello everybody! My problem is quite dummy.
I have 2 pages:
city.cfm - parent
metro.cfm - page to include
I want to load and see the content of metro.cfm inside cfdiv tag of city.cfm, after I've clicked the specified link (<a name="toggleMet ro">Metro</a>).
I've tried to do this in city.cfm:...Code:bind="url:metro.cfm{toggleMetro@click}" bindOnLoad="false&quo -
Yes, quite right. Cfparam helps!... -
Multiple update with checkboxes and cfloop
Hi all!
How can I update only selected records from recordset at once?
We have a form page form.cfm and processing page update.cfm.
In form page there is a list of rows generated with <cfoutput query>. Each row contain checkbox, textfield1, textfield2.
Processing page has a query procedure.
I tried cfloop, but always got an error: If checkbox is not checked, variable of checkbox become undefined.
...
No activity results to display
Show More
Leave a comment: