Paket | com.adobe.ep.ux.webdocumentviewer.domain |
Klasse | public class WebDocumentViewer |
Vererbung | WebDocumentViewer ResourceContainer |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Laufzeitversionen: | 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.
Standard-MXML-EigenschaftmxmlContentFactory
Öffentliche Eigenschaften
Eigenschaft | Definiert von | ||
---|---|---|---|
contentType : String
The MIME type of the document. | WebDocumentViewer | ||
url : String
The document URL reference. | WebDocumentViewer |
Öffentliche Methoden
Methode | Definiert von | ||
---|---|---|---|
Constructor. | WebDocumentViewer | ||
Loads the content into the HTML wrapper. | WebDocumentViewer | ||
Unloads the content from the HTML wrapper. | WebDocumentViewer |
Eigenschaftendetails
contentType | Eigenschaft |
public var contentType:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
The MIME type of the document.
url | Eigenschaft |
public var url:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
The document URL reference.
Konstruktordetails
WebDocumentViewer | () | Konstruktor |
public function WebDocumentViewer()
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Constructor.
Methodendetails
loadDocument | () | Methode |
public function loadDocument(validateUrl:Boolean = false):void
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Laufzeitversionen: | 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.
Parameter
validateUrl:Boolean (default = false ) — Specifies an optional parameter to validate whether the URL originates from the same domain.
|
unloadDocument | () | Methode |
public function unloadDocument():void
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Unloads the content from the HTML wrapper.
Tue Jun 12 2018, 10:04 AM Z