Sign in to follow, share, and participate in this community.
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'... flash forms wmode is not allowing other html content to float above it
in Rich Forms
BackI 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... BC forms the required* option is being ignored allowing empty submissions any ideas? BC forms the required* is ignored allowing empty submissions
in Rich Forms
Backi 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=... 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... 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... Using datefield, is there a way for the calendar to display multiple months?
in Rich Forms
BackI 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... How can I remove the pagination controls in <cfgrid> but leave the delete button
in Rich Forms
BackThis 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:... 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 "... cfinput type="datefield" giving error with value CF10
in Rich Forms
BackI'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).... 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... 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... 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... 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 ... cfgrid (type=flash) - how to capture in-cell keystroke event?
in Rich Forms
BackHello; 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... 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... 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... 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... 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... 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...