User Profile

Collapse

Profile Sidebar

Collapse
Alexei Lebedev
Alexei Lebedev
Last Activity: Jan 10 '22, 09:14 PM
Joined: Jul 17 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • displaying asterisk with required="true"

    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?
    See more | Go to post

  • Alexei Lebedev
    started a topic Bind a page to <cfdiv>

    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
    ...
    See more | Go to post

  • Yes, quite right. Cfparam helps!...
    See more | Go to post

    Leave a comment:


  • 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.
    ...
    See more | Go to post
No activity results to display
Show More
Working...