Ask a Question related to Macromedia ColdFusion, Design and Development.
-
jbogren #1
Refresh dropdown list
On a cfform I have a cfselect dropdown .
The situtation is that when an option isn't listed I have a "Add button" next
to the drop down that opens a new window where the user can add an option to
the DB that the select list is created from.
I won't use a combo box ( some people will create 5 versions of the same
option just so they won't have to look at the list and there goes normalization
etc --been there had that problem).
I need to refresh this dropdown list when the new option item has been added.
Is there a CF method of doing this or a Javascript that will do it??
And Thanks
jbogren Guest
-
Dropdown list
I would like to display 15 items (lines) in the dropdown list, but by default the list displays only 11 lines. How can I have all the 15 items... -
Dropdown Property List??
I'm writing an aspx server control and I need to have a property that displays a dropdown list of things I have in an arraylist. I'm trying to do... -
Tool Tip for DropDown list
Hi, I have a dropwnlist of fixed width. The item names in the dropdown list are quite big. The Tooltip property for a dropdownlist control... -
dropdown list can't selected.
I have a EditItemTemplate in a datagrid that contain a dropdown that bound to a dataset. In that grid I have a ItemCreated to handle the dropdow... -
Binded DropDown list
Hi I'm using a datagrid with a dropdown list in it. The dropdown list is filled with values from SQL database, it's autopostback property is set to... -
Mike Nimer #2
Re: Refresh dropdown list
You can use a meta tag to tell the page to refresh on a set interval, or
when the popup window closes it can call the window.opener (I think that is
the js reference) and tell it to refresh..
hth,
---nimer
"jbogren" <webforumsuser@macromedia.com> wrote in message
news:cutr6m$cms$1@forums.macromedia.com...> On a cfform I have a cfselect dropdown .
>
> The situtation is that when an option isn't listed I have a "Add button"
> next
> to the drop down that opens a new window where the user can add an option
> to
> the DB that the select list is created from.
>
> I won't use a combo box ( some people will create 5 versions of the same
> option just so they won't have to look at the list and there goes
> normalization
> etc --been there had that problem).
>
> I need to refresh this dropdown list when the new option item has been
> added.
> Is there a CF method of doing this or a Javascript that will do it??
>
> And Thanks
>
Mike Nimer Guest



Reply With Quote

