MACROMEDIA DREAMWEAVER MX 2004-EXTENDING DREAMWEAVER Especificaciones Pagina 433

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 504
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 432
433
20
CHAPTER 20
Data Translators
Data translators translate specialized markup—server-side includes, conditional JavaScript
statements, or other code such as PHP3, JSP, CFML, or ASP—into code that Macromedia
Dreamweaver 8 can read and display. In Dreamweaver, you can translate attributes within tags
as well as entire tags or blocks of code. All data translators—block/tag or attribute—are
HTML files.
Translated tags or blocks of code must be enclosed in locked regions to preserve the original
markup. Translated attributes do not require locks, which makes it simple to inspect the tags
that contain them.
Data translation—especially for entire tags or blocks of code—might involve complex
operations that either cannot be done with JavaScript or that can be done more efficiently
using C. If you are familiar with C or C++, you should also read Chapter 21, “C-Level
Extensibility,” on page 457.
The following table lists the files you use to create a data translator:
Path File Description
Configuration/ThirdPartyTags/ language.xml Contains information about tags in the
markup language.
Configuration/thirdPartyTags language.gif Icon for tags in the language.
Configuration/Translators/ language.htm Contains JavaScript functions for the
data translator.
Vista de pagina 432
1 2 ... 428 429 430 431 432 433 434 435 436 437 438 ... 503 504

Comentarios a estos manuales

Sin comentarios