dreamweaver.updatePages()
Availability
Dreamweaver 3.
Description
Opens the Update Pages dialog box and selects the specified options.
Arguments
{typeOfUpdate}
The optional
typeOfUpdate
you specify it. If the argument is omitted, it defaults to
Returns
Nothing.
Snippets panel functions
Using Dreamweaver, web developers can edit and save reusable blocks of code in the Snippets
panel and retrieve them as needed.
The Snippets panel stores each code snippet in a CSN file within the Configuration/Snippets
folder. Snippets that come with Dreamweaver are stored in the following folders:
Accessible
Comments
Content_tables
Filelist.txt
Footers
Form_elements
Headers
Javascript
Meta
Navigation
Text
Snippet files are XML documents, so you can specify the encoding in the XML directive, as
shown in the following example:
<?XML version="1.0" encoding="utf-8">
argument must be
"library"
,
, or
"template"
.
"both"
Snippets panel functions
, if
"both"
391
Need help?
Do you have a question about the DREAMWEAVER 8-DREAMWEAVER API and is the answer not in the manual?