| Pacchetto | com.adobe.ep.ux.webdocumentviewer.domain |
| Classe | public class WebDocumentViewer |
| Ereditarietà | WebDocumentViewer 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) |
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
| Metodo | Definito da | ||
|---|---|---|---|
Constructor. | WebDocumentViewer | ||
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.
Tue Jun 12 2018, 02:44 PM Z