Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
Keibs #1
AdvStates missing a state
The AdvStates dreamweaver extension creates a drop down list of the 48 or 50
U.S. states, U.S. Territories, and Canadian Provinces. Unfortunately, New
Mexico is missing from the list. I have been unable to contact the creator of
this extension.
To fix this locally, you need to find the AdvStates.htm file, located maybe
someplace like \someUser\Application Data\Macromedia\Dreamweaver MX
2004\Configuration\Objects\Forms\AdvStates.htm (in Windows, anyway).
In that file you'll see how all the states are listed alphabetically. So find
the correct place for New Mexico (between New Jersey and New York) and insert
the new code similar to the others:
if (fld_values=='full') { ourTag += '<option value="New Mexico">';} else
{ourTag += '<option value="NM">';}
if (fld_labels=='full') { ourTag += 'New Mexico';} else {ourTag +='NM';}
Save the file, and that should do it. :)
Overall, this is a pretty convenient extension.
--
Dennis K
Keibs Guest
-
Links missing/update dialog missing upon file open
I am experiencing a strange problem when opening files with InDesign CS2. The usaul dialog box alerting you to missing/updated links does not appear.... -
YouTube videos missing but there...what am I missing?
Under my account of Guestdemo I had uploaded about 6 videos or so. I made them public and then made them private. When I go to my account it says... -
missing guides. missing cursors. missing a good drawing app. Ugh.
I can't see my text cursor. It's invisible. Why? I can't see new guides I drag onto the documents. They are there, I just can't see them. Why? ... -
ASP.NET State Service is missing
I first had a problem with events on firing with my custom control. When I click a button on my control the event will not fire. So then I tried... -
Setting a default state for Multi-State buttons
I'm using the multi-state button behavior and would like to have one button set ON as the default when the app first runs. Is it possible to set the...



Reply With Quote

