Specifications
484
Returns
Nothing.
Enabler
“canAcceptCommand()” on page 62.
dom.showPagePropertiesDialog()
Availability
Dreamweaver 3
Description
Opens the Page Properties dialog box.
Arguments
None.
Returns
Nothing.
dreamweaver.doURLDecoding()
Availability
Dreamweaver MX
Description
Uses the internal Dreamweaver URL decoding mechanism to decode special characters and
symbols in URL strings. For example, this function decodes
%20 to a space character and the
name
" to ".
Arguments
inStr
inStr
is the string to decode.
Returns
A string that contains the decoded URL.
Example
outStr = dreamweaver.doURLDecoding(“http://maps.yahoo.com/py/
ddResults.py?Pyt=Tmap&tarname=&tardesc=&newname=&newdesc=&newHash=&newTHash
=&newSts=&newTSts=&tlt=&tln=&slt=&sln=&newFL=Use+Address+Below&newaddr=2000
+Shamrock+Rd&newcsz=Metroo+Park%2C+CA&newcountry=us&newTFL=Use+Address+Belo
w&newtaddr=500+El+Camino&newtcsz=Santa+Clara%2C+CA&newtcountry=us&Submit=Ge
t+Directions”)
dreamweaver.getElementRef()
Availability
Dreamweaver 2
Description
Gets the Netscape Navigator or Internet Explorer object reference for a specific tag object in the
DOM tree.