包 | 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, 11:04 AM Z