Referencia de ActionScript® 3.0 para la plataforma de Adobe® Flash®
Inicio  |  Ocultar lista de paquetes y clases |  Paquetes  |  Clases  |  Novedades  |  Índice  |  Apéndices  |  ¿Por qué hay texto en inglés?
Filtros: Recuperando datos del servidor...
Recuperando datos del servidor...
com.adobe.guides.control 

IGuideDisplay  - AS3 ADEP Guides

Paquetecom.adobe.guides.control
Interfazpublic interface IGuideDisplay

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Guides 10
Versiones de motor de ejecución: AIR 1.0, Flash Player 10.2

The IGuideDisplay interface provides access to properties which control the visual composition of the guide. "stylePath" overrides the style swf that the guide was designed with. "systemConfig" overrides the configuration mapping. Can be either a path or an xml string. "resizeToContent" when set to true will cause the Guide to pack itself to take a minimal amount of space. When set to false, the Guide will attempt to take as much space as the parent component gives it.



Propiedades públicas
 PropiedadDefinido por
  resizeToContent : Boolean
When set to true, the Guide will size it self to the content of the Guide.
IGuideDisplay
  stylePath : String
The path to the style asset which will be loaded by the Guide.
IGuideDisplay
  systemConfig : String
The System Configuration which must be a valid xml string defines the systems component mapping.
IGuideDisplay
Información sobre propiedades

resizeToContent

propiedad
resizeToContent:Boolean

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Guides 10
Versiones de motor de ejecución: AIR 1.0, Flash Player 10.2

When set to true, the Guide will size it self to the content of the Guide. When false, the Guide will take up 100% width and height.



Implementación
    public function get resizeToContent():Boolean
    public function set resizeToContent(value:Boolean):void

stylePath

propiedad 
stylePath:String

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Guides 10
Versiones de motor de ejecución: AIR 1.0, Flash Player 10.2

The path to the style asset which will be loaded by the Guide. The stylePath can be either a local resource or a http based url.



Implementación
    public function get stylePath():String
    public function set stylePath(value:String):void

systemConfig

propiedad 
systemConfig:String

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Guides 10
Versiones de motor de ejecución: AIR 1.0, Flash Player 10.2

The System Configuration which must be a valid xml string defines the systems component mapping.



Implementación
    public function get systemConfig():String
    public function set systemConfig(value:String):void




[ X ]¿Por qué hay texto en inglés?
Cierto contenido de la Referencia de ActionScript 3.0 se muestra en inglés

No todo el contenido de la Referencia de ActionScript 3.0 se traduce a todos los idiomas. Si un elemento del lenguaje no se traduce, aparecerá en inglés. Por ejemplo, la clase ga.controls.HelpBox no está traducida en ningún idioma. Por lo tanto, en la versión en español de la referencia, la clase ga.controls.HelpBox aparecerá en inglés.