Adobe Extending Dreamweaver CS4 Manual de usuario Pagina 372

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 387
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 371
366
EXTENDING DREAMWEAVER CS4
C-level extensibility
function objectTag() {
// Return the html tag that should be inserted
alert(Sample.computeSum(2,2));
return "<HR>";
}
5 Save the file and restart Dreamweaver.
To execute the computeSum() function, select Insert > HTML > Horizontal Rule.
A dialog box that contains the number 4 (the result of computing the sum of 2 plus 2) appears.
Vista de pagina 371
1 2 ... 367 368 369 370 371 372 373 374 375 376 377 ... 386 387

Comentarios a estos manuales

Sin comentarios