MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Reference page 359

Dreamweaver api reference
Table of Contents

Advertisement

Example
If URLs is the category, and a folder MyFolderName and a URL MyFavoriteURL are both
selected in the Favorites list, the function returns the following list:
items[0] = "MyFolderName"
items[1] = "//path/FolderName"
items[2] = "folder"
items[3] = "MyFavoriteURL"
items[4] = "http://www.MyFavoriteURL.com"
items[5] = "urls"
dreamweaver.assetPalette.getSelectedView()
Availability
Dreamweaver 4.
Description
Indicates which list is currently shown in the Assets panel.
Arguments
None.
Returns
Returns a string that has a value of either
or
.
"site"
"favorites"
dreamweaver.assetPalette.insertOrApply()
Availability
Dreamweaver 4.
Description
Inserts selected elements or applies the element to the current selection. It applies templates,
colors, and URLs to the selection; it also inserts URLs and other elements at the insertion
point. If a document isn't open, the function is not available.
Arguments
None.
Returns
Nothing.
Assets panel functions
359

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DREAMWEAVER 8-DREAMWEAVER API and is the answer not in the manual?

This manual is also suitable for:

Dreamweaver 8

Table of Contents