Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Russ #1
Dynamic List Values
Hello,
Im usind a dynamic list and would like to set an inital value to be
blank and I cant see to figure out how to do it, can anyone help out?
Thanks
Russ Guest
-
intellisense list of possible values
dim example as bollean example = {intellisense pops up here for "true" or "false" We want to be able to do the following dim myInstance as new... -
List Values
I have two lists with drag and drop enabled to allow a user to drag items from the source list and drop them on the destination list. The source... -
Passing List Values
Hi, I have a long list of email addresses and I need to pass it to the next page. Say: <cfform ... action="Page1.cfm?mList=#mListVal#> When I... -
Help: finding values in a LIST
The latter. -- Craig Wollman Word of Mouth Productions phone 212 724 8302 fax 212 724 8151 www.wordofmouthpros.com "David Fass"... -
Multiple Values in a list box
Hi everybody. If anyone can tell me how can I choose multiple values in a list box (by using ctrl or shift buttons) and store them in a table.... -
Drew #2
Re: Dynamic List Values
Select the dropdown list, and then click Dynamic on the Properties window...
At the top of the box that pops up, there will be a label that says "Static
Options"... click the + and then provide it a value and label.
That should do it...
Drew
"Russ" <russ@removeme.wittmannwebweaving.com> wrote in message
news:d4hdej$kgv$1@forums.macromedia.com...> Hello,
>
> Im usind a dynamic list and would like to set an inital value to be blank
> and I cant see to figure out how to do it, can anyone help out?
>
> Thanks
Drew Guest
-
Russ #3
Re: Dynamic List Values
Drew wrote:
it doesn't seem to select it by default, I want it as the selected value> Select the dropdown list, and then click Dynamic on the Properties window...
> At the top of the box that pops up, there will be a label that says "Static
> Options"... click the + and then provide it a value and label.
>
> That should do it...
> Drew
>
> "Russ" <russ@removeme.wittmannwebweaving.com> wrote in message
> news:d4hdej$kgv$1@forums.macromedia.com...
>>>>Hello,
>>
>>Im usind a dynamic list and would like to set an inital value to be blank
>>and I cant see to figure out how to do it, can anyone help out?
>>
>>Thanks
>
>
Russ Guest
-
bigj9901 #4
Re: Dynamic List Values
With a static drop down you can go into the code and copy one of the options
the paste it above all of the others. Then you delete the the label text and
set the value="". I would imagine this would work the same way with a dynamic
list.
Regards
Jeremyhttp://www.jeremysmeltzer.net
bigj9901 Guest



Reply With Quote

