Guide de référence ActionScript® 3.0 pour la plate-forme Adobe® Flash®
Accueil  |  Masquer la liste des packages et des classes |  Packages  |  Classes  |  Nouveautés  |  Index  |  Annexes  |  Pourquoi existe-t-il du contenu en anglais ?
Filtres : Récupération des données du serveur...
Récupération des données du serveur...
com.adobe.guides.control 

IGuideDisplay  - AS3 ADEP Guides

Packagecom.adobe.guides.control
Interfacepublic interface IGuideDisplay

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Guides 10
Versions du moteur d’exécution: 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.



Propriétés publiques
 PropriétéDéfini par
  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
Détails de la propriété

resizeToContent

propriété
resizeToContent:Boolean

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Guides 10
Versions du moteur d’exécution: 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.



Implémentation
    public function get resizeToContent():Boolean
    public function set resizeToContent(value:Boolean):void

stylePath

propriété 
stylePath:String

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Guides 10
Versions du moteur d’exécution: 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.



Implémentation
    public function get stylePath():String
    public function set stylePath(value:String):void

systemConfig

propriété 
systemConfig:String

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Guides 10
Versions du moteur d’exécution: AIR 1.0, Flash Player 10.2

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



Implémentation
    public function get systemConfig():String
    public function set systemConfig(value:String):void




[ X ]Pourquoi existe-t-il du contenu en anglais ?
Certaines parties du Guide de référence ActionScript 3.0 sont en anglais

Tout le contenu du Guide de référence ActionScript 3.0 n’a pas été traduit dans toutes les langues. Si un élément de langage n’est pas traduit, il s’affiche en anglais. Par exemple, la classe ga.controls.HelpBox n’est traduite dans aucune langue. Ainsi, dans la version française du guide de référence, la classe ga.controls.HelpBox apparaît en anglais.