| Package | com.adobe.ep.ux.webdocumentviewer.domain |
| Classe | public class WebDocumentViewer |
| Héritage | WebDocumentViewer ResourceContainer |
| Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Versions du moteur d’exécution: | 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.
Propriété MXML par défautmxmlContentFactory
Propriétés publiques
| Propriété | Défini par | ||
|---|---|---|---|
| contentType : String
The MIME type of the document. | WebDocumentViewer | ||
| url : String
The document URL reference. | WebDocumentViewer | ||
Méthodes publiques
| Méthode | Défini par | ||
|---|---|---|---|
Constructor. | WebDocumentViewer | ||
Loads the content into the HTML wrapper. | WebDocumentViewer | ||
Unloads the content from the HTML wrapper. | WebDocumentViewer | ||
Détails de la propriété
contentType | propriété |
public var contentType:String| Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
The MIME type of the document.
url | propriété |
public var url:String| Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
The document URL reference.
Détails du constructeur
WebDocumentViewer | () | Constructeur |
public function WebDocumentViewer()| Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Constructor.
Détails de la méthode
loadDocument | () | méthode |
public function loadDocument(validateUrl:Boolean = false):void| Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Versions du moteur d’exécution: | 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.
Paramètres
validateUrl:Boolean (default = false) — Specifies an optional parameter to validate whether the URL originates from the same domain.
|
unloadDocument | () | méthode |
public function unloadDocument():void| Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Unloads the content from the HTML wrapper.
Tue Jun 12 2018, 09:30 AM Z