Guida di riferimento di ActionScript® 3.0 per la piattaforma Adobe® Flash®
Home  |  Nascondi elenco pacchetti e classi |  Pacchetti  |  Classi  |  Novità  |  Indice  |  Appendici  |  Perché in inglese?
Filtri: Recupero dati dal server...
Recupero dati dal server...
com.adobe.ep.ux.webdocumentviewer.domain 

WebDocumentViewer  - AS3 ADEP - Gestione attività

Pacchettocom.adobe.ep.ux.webdocumentviewer.domain
Classepublic class WebDocumentViewer
EreditarietàWebDocumentViewer Inheritance ResourceContainer

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Gestione attività 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

The WebDocumentViewer component provides support for displaying forms that are displayed in an HTML wrapper. The WebDocumentViewer component is extended to provide support for specific types of forms, such as PDF or HTML forms.

Proprietà MXML predefinitamxmlContentFactory



Proprietà pubbliche
 ProprietàDefinito da
  contentType : String
The MIME type of the document.
WebDocumentViewer
  url : String
The document URL reference.
WebDocumentViewer
Metodi pubblici
 MetodoDefinito da
  
Constructor.
WebDocumentViewer
  
loadDocument(validateUrl:Boolean = false):void
Loads the content into the HTML wrapper.
WebDocumentViewer
  
Unloads the content from the HTML wrapper.
WebDocumentViewer
Descrizione delle proprietà

contentType

proprietà
public var contentType:String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Gestione attività 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

The MIME type of the document.

url

proprietà 
public var url:String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Gestione attività 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

The document URL reference.

Descrizione della funzione di costruzione

WebDocumentViewer

()Funzione di costruzione
public function WebDocumentViewer()

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Gestione attività 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Constructor.

Descrizione dei metodi

loadDocument

()metodo
public function loadDocument(validateUrl:Boolean = false):void

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Gestione attività 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Loads the content into the HTML wrapper. The url and contentType properties must be set prior before calling this method.

Parametri

validateUrl:Boolean (default = false) — Specifies an optional parameter to validate whether the URL originates from the same domain.

unloadDocument

()metodo 
public function unloadDocument():void

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Gestione attività 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Unloads the content from the HTML wrapper.





[ X ]Perché in inglese?
Il contenuto della Guida di riferimento di ActionScript 3.0 appare in inglese

Non tutte le parti della Guida di riferimento di ActionScript 3.0 sono tradotte in tutte le lingue. Quando un elemento del linguaggio non è tradotto, viene riportato in inglese. Ad esempio, la classe ga.controls.HelpBox non è tradotta in nessuna lingua. Pertanto, nella versione italiana della guida di riferimento, la descrizione della classe ga.controls.HelpBox è riportata in inglese.