Advertisement

1 - 10 of 96 containing alltags:("cfselect") (0 seconds)
This one is driving me crazy! I have a menu that is positioned on the left side of the screen. When I scroll over an item, the menu expands to the left. It works great! However. as the menu expa...
Zones: ColdFusion Application ServerDate Answered: 02/12/2005 Grade: A Views: 0
Here's a doozy.  Consider the following: * I have a page that contains a Flash CFForm. * I have a query object that contains a list of states/provinces from the US, Canada and Australia. * I h...
Zones: ColdFusion Application ServerDate Answered: 07/29/2005 Grade: A Views: 4
I have an employee select list that shows all employees' names.  I then have a cfselect that shows what medical insurance plan they chose (which comes from a different query related by an ID number...
Zones: ColdFusion Application ServerDate Answered: 10/14/2005 Grade: A Views: 0
<CFSELECT name="TEST"></CFSELECT> generates an empty OPTION tag in the final HTML when using XML forms. How can I override this? I presume I have to edit the XML or XSLT files in order to fix this...?
Zones: ColdFusion Application ServerDate Answered: 03/27/2006 Grade: A Views: 0
I've been trying to use CFSELECT to make a field be required, but it doesn't seem to work. My code looks like: <cfselect name="referrer" required="Yes" message="Please tell us how you heard abou...
Zones: ColdFusion Application ServerDate Answered: 08/17/2000 Grade: B Views: 4
I want to be able to change the font size, width, background colour etc of a CFSELECT box. Does anyone know how to do this?
Zones: ColdFusion Application ServerDate Answered: 08/29/2000 Grade: B Views: 0
Hi, I am trying to use the cfselect tag. In the documentation the example states that one can use the required attribute with the cfselect too. It does not work properly. As soon as the <...
Zones: ColdFusion Application ServerDate Answered: 11/14/2000 Grade: A Views: 0
I'm trying to find out if I can, or how to put a CFLOOP into a CFSELECT drop down menu. I'm stumped and cant't get it to fly. Check BOX A to see my query: I've set the name "FUSION" to be t...
Zones: ColdFusion Application ServerDate Answered: 03/30/2004 Grade: A Views: 4
ok first i have the following two cfqueries at the top of my document. ************************************************ <cfquery name="GetProducts" datasource="ds1"> select * FROM products </...
Zones: ColdFusion Application ServerDate Answered: 10/22/2002 Grade: A Views: 0
Hi, I am trying to create two dynamically linked drop down menus. IE Person selects product category in first drop down menu and then sub categories for that major category are automatically pop...
Zones: ColdFusion Application ServerDate Answered: 06/04/2003 Grade: A Views: 0