Пакет | 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:34 AM Z