패키지 | 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:17 PM Z