home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Practical Internet Web Designer 86
/
PIWD86.iso
/
pc
/
contents
/
dreamweaver
/
software
/
dwmx2004.exe
/
Disk1
/
data1.cab
/
Configuration_En
/
Commands
/
pasteHTML.js
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2003-09-05
|
334 b
|
18 lines
function canAcceptCommand()
{
return ( dw.getFocus() == 'document' && dw.getDocumentDOM().canClipPasteHTML() );
}
function receiveArguments()
{
MM.event.notify('','dw.clipPasteHTML()');
}
function setMenuText()
{
if (dw.canPasteFormatted())
return MENU_PasteFormatted;
else
return MENU_PasteHTML;
}