Assets panel functions
365
Arguments
bReplaceCurrent
■
The
bReplaceCurrent
argument is a Boolean value that indicates whether to replace the
selection with an instance of the newly created library item.
Returns
Nothing.
dreamweaver.libraryPalette.recreateFromDocument()
(deprecated)
Availability
Dreamweaver 3; deprecated in Dreamweaver 4 in favor of
dreamweaver.assetPalette.recreateLibraryFromDocument()
.
Description
This function creates an LBI file for the selected instance of a library item in the current
document. This function is equivalent to clicking Recreate in the Property inspector.
Arguments
None.
Returns
Nothing.
dreamweaver.libraryPalette.renameSelectedItem()
(deprecated)
Availability
Dreamweaver 3; deprecated in Dreamweaver 4 in favor of using
dreamweaver.assetPalette.setSelectedCategory()
with
"library"
as the argument value, and
then calling
dreamweaver.assetPalette.renameNickname()
.
Description
This function turns the name of the selected library item into a text field, so the user can
rename the selection.
000_DW_API_Print.book Page 365 Wednesday, July 20, 2005 11:58 AM
Summary of Contents for DREAMWEAVER 8-DREAMWEAVER API
Page 1: ...Dreamweaver API Reference...
Page 16: ......
Page 28: ...28 The File I O API...
Page 38: ...38 The HTTP API...
Page 68: ...68 Flash Integration...
Page 100: ...100 The Database API...
Page 116: ...116 The JavaBeans API...
Page 144: ...144 The Source Control Integration API...
Page 146: ......
Page 254: ...254 Workspace...
Page 298: ...298 Site...
Page 354: ...354 Document...
Page 396: ...396 Page Content...
Page 488: ...488 Design...
Page 550: ...550 Code...