| Pakiet | com.adobe.ep.ux.webdocumentviewer.domain |
| Klasa | public class WebDocumentViewer |
| Dziedziczenie | WebDocumentViewer ResourceContainer |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Wersje środowiska wykonawczego: | 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.
Domyślna właściwość MXMLmxmlContentFactory
Właściwości publiczne
| Właściwość | Zdefiniowane przez | ||
|---|---|---|---|
| contentType : String
The MIME type of the document. | WebDocumentViewer | ||
| url : String
The document URL reference. | WebDocumentViewer | ||
Metody publiczne
| Metoda | Zdefiniowane przez | ||
|---|---|---|---|
Constructor. | WebDocumentViewer | ||
Loads the content into the HTML wrapper. | WebDocumentViewer | ||
Unloads the content from the HTML wrapper. | WebDocumentViewer | ||
Szczegół właściwości
contentType | właściwość |
public var contentType:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
The MIME type of the document.
url | właściwość |
public var url:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
The document URL reference.
Konstruktor Szczegół
WebDocumentViewer | () | Konstruktor |
public function WebDocumentViewer()| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Constructor.
Szczegół metody
loadDocument | () | metoda |
public function loadDocument(validateUrl:Boolean = false):void| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Wersje środowiska wykonawczego: | 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.
Parametry
validateUrl:Boolean (default = false) — Specifies an optional parameter to validate whether the URL originates from the same domain.
|
unloadDocument | () | metoda |
public function unloadDocument():void| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Unloads the content from the HTML wrapper.
Tue Jun 12 2018, 12:06 PM Z