Справочник по ActionScript® 3.0 для платформы Adobe® Flash®
Домашняя страница  |  Скрыть список пакетов и классов |  Пакеты  |  Классы  |  Что нового  |  Указатель  |  Приложения  |  Почему по-английски?
Фильтры: Получение данных с сервера...
Получение данных с сервера...
com.adobe.guides.control 

IGuideDisplay  - AS3 ADEP Guides

Пакетcom.adobe.guides.control
Интерфейсpublic interface IGuideDisplay

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Document Services - Guides 10
Версии среды выполнения: 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.



Общедоступные свойства
 СвойствоОпределено
  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
Сведения о свойстве

resizeToContent

свойство
resizeToContent:Boolean

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Document Services - Guides 10
Версии среды выполнения: 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.



Реализация
    public function get resizeToContent():Boolean
    public function set resizeToContent(value:Boolean):void

stylePath

свойство 
stylePath:String

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Document Services - Guides 10
Версии среды выполнения: 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.



Реализация
    public function get stylePath():String
    public function set stylePath(value:String):void

systemConfig

свойство 
systemConfig:String

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Document Services - Guides 10
Версии среды выполнения: AIR 1.0, Flash Player 10.2

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



Реализация
    public function get systemConfig():String
    public function set systemConfig(value:String):void




[ X ]Почему по-английски?
Содержимое Справочника ActionScript 3.0 отображается на английском языке

Не все части Справочника ActionScript 3.0 переводятся на все языки. Если какой-то текстовый элемент не переведен, он отображается на английском языке. Например, компонент ga.controls.HelpBox не переведен ни на один из языков. Это значит, что в русской версии справки компонент ga.controls.HelpBox будет отображаться на английском языке.