Pacote | com.adobe.ep.ux.webdocumentviewer.domain |
Classe | public class WebDocumentViewer |
Herança | WebDocumentViewer ResourceContainer |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versões de runtime: | 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.
Propriedade MXML padrãomxmlContentFactory
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
contentType : String
The MIME type of the document. | WebDocumentViewer | ||
url : String
The document URL reference. | WebDocumentViewer |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Constructor. | WebDocumentViewer | ||
Loads the content into the HTML wrapper. | WebDocumentViewer | ||
Unloads the content from the HTML wrapper. | WebDocumentViewer |
Detalhes da propriedade
contentType | propriedade |
public var contentType:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The MIME type of the document.
url | propriedade |
public var url:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The document URL reference.
Detalhes do construtor
WebDocumentViewer | () | Construtor |
public function WebDocumentViewer()
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Constructor.
Detalhes do método
loadDocument | () | método |
public function loadDocument(validateUrl:Boolean = false):void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versões de runtime: | 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.
Parâmetros
validateUrl:Boolean (default = false ) — Specifies an optional parameter to validate whether the URL originates from the same domain.
|
unloadDocument | () | método |
public function unloadDocument():void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Unloads the content from the HTML wrapper.
Wed Jun 13 2018, 11:10 AM Z