| Paket | com.adobe.ep.ux.webdocumentviewer.domain |
| Sınıf | public class WebDocumentViewer |
| Miras Alma | WebDocumentViewer ResourceContainer |
| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Çalışma Zamanı Sürümleri: | 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.
Varsayılan MXML ÖzelliğimxmlContentFactory
Genel Özellikler
| Özellik | Tanımlayan: | ||
|---|---|---|---|
| contentType : String
The MIME type of the document. | WebDocumentViewer | ||
| url : String
The document URL reference. | WebDocumentViewer | ||
Genel Yöntemler
| Yöntem | Tanımlayan: | ||
|---|---|---|---|
Constructor. | WebDocumentViewer | ||
Loads the content into the HTML wrapper. | WebDocumentViewer | ||
Unloads the content from the HTML wrapper. | WebDocumentViewer | ||
Özellik Ayrıntısı
contentType | özellik |
public var contentType:String| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
The MIME type of the document.
url | özellik |
public var url:String| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
The document URL reference.
Yapıcı Ayrıntı
WebDocumentViewer | () | Yapıcı |
public function WebDocumentViewer()| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Constructor.
Yöntem Ayrıntısı
loadDocument | () | yöntem |
public function loadDocument(validateUrl:Boolean = false):void| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Çalışma Zamanı Sürümleri: | 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.
Parametreler
validateUrl:Boolean (default = false) — Specifies an optional parameter to validate whether the URL originates from the same domain.
|
unloadDocument | () | yöntem |
public function unloadDocument():void| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Unloads the content from the HTML wrapper.
Tue Jun 12 2018, 01:09 PM Z