| Pakket | com.adobe.ep.ux.webdocumentviewer.domain |
| Klasse | public class WebDocumentViewer |
| Overerving | WebDocumentViewer ResourceContainer |
| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Runtimeversies: | 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.
Standaard-MXML-eigenschapmxmlContentFactory
Openbare eigenschappen
| Eigenschap | Gedefinieerd door | ||
|---|---|---|---|
| contentType : String
The MIME type of the document. | WebDocumentViewer | ||
| url : String
The document URL reference. | WebDocumentViewer | ||
Openbare methoden
| Methode | Gedefinieerd door | ||
|---|---|---|---|
Constructor. | WebDocumentViewer | ||
Loads the content into the HTML wrapper. | WebDocumentViewer | ||
Unloads the content from the HTML wrapper. | WebDocumentViewer | ||
Eigenschapdetails
contentType | eigenschap |
public var contentType:String| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The MIME type of the document.
url | eigenschap |
public var url:String| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The document URL reference.
Constructordetails
WebDocumentViewer | () | Constructor |
public function WebDocumentViewer()| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Constructor.
Methodedetails
loadDocument | () | methode |
public function loadDocument(validateUrl:Boolean = false):void| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Runtimeversies: | 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.
Parameters
validateUrl:Boolean (default = false) — Specifies an optional parameter to validate whether the URL originates from the same domain.
|
unloadDocument | () | methode |
public function unloadDocument():void| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Unloads the content from the HTML wrapper.
Wed Jun 13 2018, 11:42 AM Z