ActionScript® 3.0 — dokumentacja dla platformy Adobe® Flash®
Strona główna  |  Ukryj listę pakietów i klas |  Pakiety  |  Klasy  |  Nowości  |  Indeks  |  Dodatki  |  Dlaczego język angielski?
Filtry: Pobieranie danych z serwera...
Pobieranie danych z serwera...
com.adobe.guides.control 

IGuideDisplay  - AS3 ADEP Guides

Pakietcom.adobe.guides.control
Interfejspublic interface IGuideDisplay

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Document Services - Guides 10
Wersje środowiska wykonawczego: 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.



Właściwości publiczne
 WłaściwośćZdefiniowane przez
  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
Szczegół właściwości

resizeToContent

właściwość
resizeToContent:Boolean

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Document Services - Guides 10
Wersje środowiska wykonawczego: 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.



Implementacja
    public function get resizeToContent():Boolean
    public function set resizeToContent(value:Boolean):void

stylePath

właściwość 
stylePath:String

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Document Services - Guides 10
Wersje środowiska wykonawczego: 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.



Implementacja
    public function get stylePath():String
    public function set stylePath(value:String):void

systemConfig

właściwość 
systemConfig:String

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Document Services - Guides 10
Wersje środowiska wykonawczego: AIR 1.0, Flash Player 10.2

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



Implementacja
    public function get systemConfig():String
    public function set systemConfig(value:String):void




[ X ]Dlaczego język angielski?
Treść dokumentacji języka ActionScript 3.0 wyświetlana w języku angielskim

Niektóre części dokumentacji języka ActionScript 3.0 nie są przetłumaczone na poszczególne języki. Gdy element nie jest przetłumaczony na dany język, jest wyświetlany tekst angielski. Na przykład opis klasy ga.controls.HelpBox nie jest przetłumaczony na żaden dodatkowy język. Z tego powodu polska wersja dokumentacji zawiera opis klasy ga.controls.HelpBox w języku angielskim.