MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Specifiche Pagina 100

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 692
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 99
Chapter 8100
Example
function showif()
{
var retval = false;
var dom = dw.getDocumentDOM();
if(dom)
{
var view = dom.getView();
if(view == ‘design’)
{
retval = true;
}
}
return retval;
}
A simple toolbar command file
The following text box item lets the user enter a name for the current Dreamweaver document.
<EDITCONTROL ID="DW_SetTitle"
label="Title: "
tooltip="Document Title"
width="150"
file="Toolbars/MM/EditTitle.htm"/>
Vedere la pagina 99
1 2 ... 95 96 97 98 99 100 101 102 103 104 105 ... 691 692

Commenti su questo manuale

Nessun commento