Adobe Dreamweaver API Reference CS5 Manuale Utente Pagina 370

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 533
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 369
365
DREAMWEAVER API REFERENCE
Dynamic documents
Last updated 8/27/2013
Description
This function loads an HTML string directly into the browser control. This function is useful if you have HTML strings
ready to go. The HTML strings must not be associated with a document.
Arguments
None.
Returns
None.
dom.browser.interactivityPaused
Availability
Dreamweaver CS4.
Description
This property enables you to know whether interactivity is enabled.
Arguments
None.
Returns
A Boolean value: true if interactivity is enabled; false otherwise.
dom.browser.javaScriptEnabled
Availability
Dreamweaver CS4.
Description
This property enables you to know whether JavaScript is enabled. This property works like
dom.interactivityPaused(), but only for JavaScripts.
Arguments
None.
Returns
A Boolean value: true if JavaScript is enabled; false otherwise.
<mm:browsercontrol>
You can use this tag in extensible dialogs to display a browser in the dialog. This tag does not have special attributes.
You can control the size of the browser window using CSS styling. The DOM object returned by the tag is the same
type of object as
dom.browser, but it is not the same instance. The dom.browser function does not work in
commands, you must get the browser object in the DOM. An example of the tag is:
<mm:browsercontol id="myBrowser" style="width: 500px; height:300px;" />
Vedere la pagina 369
1 2 ... 365 366 367 368 369 370 371 372 373 374 375 ... 532 533

Commenti su questo manuale

Nessun commento