• flash forms wmode is not allowing other html content to float above it

    Using Ext-JS drop down menus and the flash cfgrid with the wmode set to anything has no effect.  According to the docs, set wMode to transparent or opaque and everything else should float over it.  It doesn'...
    tolson77r
    last modified by tolson77r
  • Using CFINPUT dateField with onChange

    I imagine this is easy, but have tried to search here as well as Google it and have come up empty. I have a CFINPUT dateField control that is OK when my form loads, but then I want the control to capture a new date...
    DLAH
    last modified by DLAH
  • BC forms the required*  is ignored allowing empty submissions

    BC forms the required* option is being ignored allowing empty submissions any ideas?
    john-tea
    last modified by john-tea
  • more than 1 function in cfform tag "onSubmit"

    i need to call atleast 3 javascript functions in a form   using "onSubmit" works fine with one function but when i try to add another nothing happens....     <cfform action="postpage.cfm" method=...
    ranger
    last modified by ranger
  • CFGRIDCOLUMN not accepting type="date" in CF8

    I recently coded a CFGRID using CF9 with date fields using type="date". The date fields appear nicely with a little calendar to the right of the cell. I now realize that I have to have this working on a CF8 server. Is...
    yoshismokey
    created by yoshismokey
  • Using datefield, is there a way for the calendar to display multiple months?

    I've got a couple of cfinput datefields that show the current month when you select the calendar icon. Because these fields are used to select the "From" and "To" dates for reports, I need the calendar to actually sho...
    Richard Mossman
    last modified by Richard Mossman
  • How can I remove the pagination controls in <cfgrid> but leave the delete button

    I have a <cfgrid> (coldfusion 8) and I am trying to remove the pagination controls (There will only ever be 1 page) but leave the delete button. Or alternatively,  remove the footer (which I figured out ho...
    slornitzo
    created by slornitzo
  • CFDatefield not working in FF

    This has never happened to me: something actually works in IE and NOT in FF! Current version of FF is 3.06. The CFdatefield input does not function in any Mozilla-based browser and throws a Javascript error: Error:...
    nonnybonny
    last modified by nonnybonny
  • cfinput type="datefield" giving error with value CF10

    I have a form that was working in CF9 but now that I've moved over to CF10, it is generating an error.   <cfinput type="datefield" mask="mm/dd/yyyy" name="dtfiled" required="yes" message="Enter the date the "...
    sduncanute
    last modified by sduncanute
  • HTML CFGRID not passing all modified values

    I've got an HTML type CFGRID (using CF10) and keep running into this issue where it's not passing all the fields that I modify.  Say I have 5 rows, and I modify the same 3 columns in all 5 rows (entering prices)....
    jarviswabi
    last modified by jarviswabi
  • Binding Form Elements to Query Data

    Hello,   I have a simple form thatI'm binding query data to so I can populates a cselect box and, based on the selection, populate cfinput boxes. I have the code for this form in a <cfinclude template> and...
    bfleishman
    last modified by bfleishman
  • CFSELECT getting  ELEMENT is undefined in FORM

    Found quite a few items on this topic when searching the web, but nothing applied.   I have a CFSELECT that searches a database for the options, and has its own blank option.  On the cfselect i have a selec...
    dennis longnecker
    last modified by dennis longnecker
  • CFGrid field corrupt. CF version 9.02

    Hi I'm getting this error reported here http://www.raymondcamden.com/index.cfm/2008/8/25/Bug-with-Ajax-HTML-Grid-and-File-Upload-F orms . I am using versaion 9.02. Can anyone tell me if this bug has been fixed yet? &n...
    IanBagnall5
    last modified by IanBagnall5
  • cfgrid (type=flash) - how to capture in-cell keystroke event?

    Yep, I'm maintaining a Flash type cfform that was authored a few years ago. The application is on CF9 now.   How can my application sense when a user has keypressed within a CFGRID cell?   I've introduced ...
    AlHolden
    last modified by AlHolden
  • jquery validation engine and CF issue.

    Hello; I'm working on a simple coldfusion contact form. I am trying to use a jquery plug - in with it, I have the plug in working with no problem, but it won't reload the page to allow the coldfusion to execute if al...
    cfsetNewbie
    last modified by cfsetNewbie
  • Dynamically adding form fields

    I am using CF10 on IIS   I have a data entry form where the user can enter the various medical diagnosis attributed to a medical encounter. Right now I have the list set to 25 dx.   What I would like to d...
    Tim Claremont
    last modified by Tim Claremont
  • cfinput type=datefield not working in some browsers

    I'm using Cold Fusion 9 and have a form that is working fine in IE8 and Safari on my desktop, and is not working one someone's laptop and it doesn't work on my iPad.   When I say doesn't work, the box is still t...
    sduncanute
    last modified by sduncanute
  • Multiple cftextareas not showing in Firefox 11?

    After upgrading to Firefox 11, any page with multiple CFTEXTAREA richtext fields results in the second field not displaying at all. Commenting out the first field allows the second field to show without issue. Both fi...
    bigbossblues
    last modified by bigbossblues
  • cfautosuggest in CF 9.0.1

    I am running into issues implementing autosuggest with CF9.01.    test.cfm is extremely simple:   <cfform action="test.cfm" method="post">   <cfinput name="foo" type="text" autoSugges...
    Aneesh_Kumar
    created by Aneesh_Kumar
  • Update FCKEditor

    Hello,   Is there any easy way of updating FCKEditor bundled with ColdFusion to latest version of CKEditor? If not, then I will just stop using <cftextarea> and make the rich text implementation myself...
    Eleeist
    last modified by Eleeist