套件 | com.adobe.ep.ux.webdocumentviewer.domain |
類別 | public class WebDocumentViewer |
繼承 | WebDocumentViewer ResourceContainer |
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
執行階段版本: | 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.
預設 MXML 屬性mxmlContentFactory
公用屬性
屬性 | 定義自 | ||
---|---|---|---|
contentType : String
The MIME type of the document. | WebDocumentViewer | ||
url : String
The document URL reference. | WebDocumentViewer |
公用方法
方法 | 定義自 | ||
---|---|---|---|
Constructor. | WebDocumentViewer | ||
Loads the content into the HTML wrapper. | WebDocumentViewer | ||
Unloads the content from the HTML wrapper. | WebDocumentViewer |
屬性詳細資訊
contentType | 屬性 |
public var contentType:String
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
執行階段版本: | Flash Player 10.2, AIR (unsupported) |
The MIME type of the document.
url | 屬性 |
public var url:String
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
執行階段版本: | Flash Player 10.2, AIR (unsupported) |
The document URL reference.
建構函式詳細資料
WebDocumentViewer | () | 建構函式 |
public function WebDocumentViewer()
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
執行階段版本: | Flash Player 10.2, AIR (unsupported) |
Constructor.
方法詳細資訊
loadDocument | () | 方法 |
public function loadDocument(validateUrl:Boolean = false):void
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
執行階段版本: | 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.
參數
validateUrl:Boolean (default = false ) — Specifies an optional parameter to validate whether the URL originates from the same domain.
|
unloadDocument | () | 方法 |
public function unloadDocument():void
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
執行階段版本: | Flash Player 10.2, AIR (unsupported) |
Unloads the content from the HTML wrapper.
Tue Jun 12 2018, 03:47 PM Z