Packagecom.adobe.portfolio.properties
Classpublic class CommonProperties
InheritanceCommonProperties Inheritance flash.events.EventDispatcher
Subclasses DefaultProperties

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

A class containing properties shared among PortfolioFramework navigators. This class can be extended to handle navigator-specific properties.

The set of property classes provides a general mechanism that can be used by navigators to expose their internal properties for viewing and editing by a host application. The nature and behavior of these properties is considered "private" to the navigator, but exposing information about them allows a viewing application to provide a consistent UI for manipulating them.

The Property object contains all the information required by a host application to present an interface to the user for configuring the property's value.

The representation and behavior of navigator properties are entirely controlled by the Navigator itself. The host (Acrobat) has no knowledge of how properties are stored, or what effect they have on the Navigator. The host simply allows the navigator to specify its properties (along with type and context information) through a collection of property interfaces. A host need never implement any of these interfaces; it will only use them to get, set, and enumerate properties through the implementations provided by the Navigators.



Public Properties
 PropertyDefined By
  backgroundGradientIntensity : PropertyNumberValue
The gradient intensity for the Navigator background.
CommonProperties
  backgroundGradientOpacity : PropertyNumberValue
The gradient opacity for the Navigator background.
CommonProperties
  backgroundGradientType : PropertyValue
The gradient type for the navigator background.
CommonProperties
  backgroundImageBlur : PropertyNumberValue
The image blur for the navigator background.
CommonProperties
  backgroundImageOpacity : PropertyNumberValue
The image opacity for the Navigator background.
CommonProperties
  backgroundImagePosition : PropertyValue
The image position value for the Navigatro background.
CommonProperties
  backgroundImagePositionList : PropertyListValue
The image position list for the Navigator background.
CommonProperties
  backgroundImageScale : PropertyValue
The image scale value for the Navigator background.
CommonProperties
  backgroundImageScaleList : PropertyListValue
The image scale list for the Navigator background.
CommonProperties
  backgroundImageSourceList : PropertyListValue
The image source list for the Navigator background.
CommonProperties
  cardSize : PropertyNumberValue
The card size for cards, as specified by the portfolio context.
CommonProperties
  embedFonts : PropertyBooleanValue
Checkbox indicating whether or not fonts should be embedded, as specified by the text field context.
CommonProperties
  fontColor : PropertyColorValue
The font color used by the current text field selection.
CommonProperties
  fontFamilyList : PropertyListValue
The name of the font family used by the current text field selection.
CommonProperties
  fontSize : PropertyNumberValue
The font size used by the current text field selection.
CommonProperties
  fontStyleList : PropertyListValue
The font style used by the current text field selection.
CommonProperties
  fontUnderlined : PropertyBooleanValue
Indicates whether the font used by the current text field selection is underlined or not.
CommonProperties
  fontWeightList : PropertyListValue
The font weight used by the current text field selection.
CommonProperties
  headerAddImageAction : PropertyActionValue
The action control used to add an image to the Navigator header.
CommonProperties
  headerAddTextAction : PropertyActionValue
The action control used to add a text item to the Navigator header.
CommonProperties
  headerBackgroundColor : PropertyColorValue
The background color for the Navigator header component.
CommonProperties
  headerBackgroundGradientIntensity : PropertyNumberValue
The background gradient intensity for the Navigator header component.
CommonProperties
  headerBackgroundGradientType : PropertyListValue
The background gradient type for the Navigator header component.
CommonProperties
  headerBackgroundOpacity : PropertyNumberValue
The background opacity for the Navigator header component.
CommonProperties
  headerTemplateList : PropertyListValue
The selected template for the Navigator header.
CommonProperties
  navigator : UIComponent
[write-only] Sets the navigator hosting this object.
CommonProperties
  portfolioCardsAngled : PropertyBooleanValue
Indicates whether cards should be shown at random angles or not.
CommonProperties
  portfolioCardsAutoSize : PropertyBooleanValue
Indicates whether cards should automatically change size when the window size changes
CommonProperties
  portfolioCardSizeList : PropertyListValue
The card size list for card, as specified by the portfolio context.
CommonProperties
  portfolioEmbedFonts : PropertyBooleanValue
Checkbox indicating whether or not fonts should be embedded, as specified by the portfolio context.
CommonProperties
  portfolioFontName : PropertyValue
The name of the Portfolio font
CommonProperties
  portfolioFontSize : PropertyNumberValue
The font size of the Portfolio font
CommonProperties
  portfolioFontStyle : PropertyValue
The font style of the Portfolio font
CommonProperties
  skin : SkinValue
The current theme (skin), as specified by the activeValue of skinList.
CommonProperties
  skinList : PropertyListValue
The property list of themes (skins) available to this Navigator.
CommonProperties
Protected Properties
 PropertyDefined By
  headerContext : PropertyContext
The header property context
CommonProperties
  portfolioContext : PropertyContext
The portfolio property context
CommonProperties
  textFieldContext : PropertyContext
The text field property context.
CommonProperties
Public Methods
 MethodDefined By
  
getCardSize(sizeName:String):Number
Returns the size, in pixels, of cards with the specified size name
CommonProperties
  
Returns the current property context for the type of context specified by contextName.
CommonProperties
  
setCurrentContext(propertyContext:PropertyContext, id:Object, clearing:Boolean = false):void
Set the current propertyContext
CommonProperties
  
setCurrentContextByName(contextName:String, id:Object):void
Sets the current property context to the one with the given name.
CommonProperties
  
unloadSkin(update:Boolean):void
Unloads the current skin.
CommonProperties
Protected Methods
 MethodDefined By
  
Creates an array of URIs to be loaded by the PropertyManager.
CommonProperties
  
Returns the name of the default non-global property context.
CommonProperties
  
Loads known properties from a property context.
CommonProperties
  
loadSkin():void
Loads the current skin, as specified by the activeValue of skinList.
CommonProperties
  
An event listener than is invoked when the PropertyManager has finished loading a property context.
CommonProperties
  
onLoadXMLCompleteOrError(event:Event):void
An event listener than is invoked when a load XML command has completed or has generated an error.
CommonProperties
  
onSkinModuleLoadError(moduleURL:String):void
Displays an error message to the user that the given skin resource could not be found.
CommonProperties
  
onValueChange(event:PropertyChangeEvent):void
A common event listener for handling changed properties.
CommonProperties
Public Constants
 ConstantDefined By
  BACKGROUND_IMAGE_SOURCE_URL : String = navigator/backgroundImage.ext
[static] The URL for the source of the background image
CommonProperties
  CONTEXT_BACKGROUND : String = com.adobe.navigator.background
[static] The string to specify the context name for Navigator backgrounds
CommonProperties
  CONTEXT_CLEAR : String
[static] The string used to clear the current context
CommonProperties
  CONTEXT_HEADER : String = com.adobe.navigator.header
[static] The string to specify the context name for Navigator headers
CommonProperties
  CONTEXT_INITIALIZE : String = com.adobe.navigator.initalize
[static] The string to specify the context name for Navigator initialization
CommonProperties
  CONTEXT_PORTFOLIO : String = com.adobe.navigator.portfolio
[static] The string to specify the context name for Navigator Portfolios
CommonProperties
  CONTEXT_TEXTFIELD : String = com.adobe.navigator.textField
[static] The string to specify the context name for Navigator text fields
CommonProperties
  CONTEXT_THEMES : String = com.adobe.navigator.themes
[static] The string to specify the context name for Navigator themes (skins)
CommonProperties
  IMPORTED_THEME_NAME : String = user_theme
[static]
CommonProperties
  PROPERTY_ADD_IMAGE : String = addImage
[static] The string to specify the add image property
CommonProperties
  PROPERTY_ADD_SWF : String = addSwf
[static] The string to specify the add swf property
CommonProperties
  PROPERTY_ADD_TEXT : String = addText
[static] The string to specify the add text property
CommonProperties
  PROPERTY_BACKGROUND_COLOR : String = backgroundColor
[static] The string to specify the background color property
CommonProperties
  PROPERTY_BACKGROUND_OPACITY : String = backgroundOpacity
[static] The string to specify the background opacity property
CommonProperties
  PROPERTY_CARDS_ANGLED : String = cardsAngled
[static] The string to specify the cards angled property available to clients
CommonProperties
  PROPERTY_CARDS_AUTOSIZE : String = cardsAutoSize
[static] The string to specify the cards autosized property available to clients
CommonProperties
  PROPERTY_CARD_SIZE : String = cardSize
[static] The string to specify the card size property available to clients
CommonProperties
  PROPERTY_CARD_SIZE_LARGE : String = large
[static] The largest of the card size images
CommonProperties
  PROPERTY_CARD_SIZE_MEDIUM : String = medium
[static] The medium images size for a card
CommonProperties
  PROPERTY_CARD_SIZE_SMALL : String = small
[static] The smallest of the card image sizes
CommonProperties
  PROPERTY_EMBED_FONTS : String = embedFonts
[static] The string to specify the embed fonts property available to clients
CommonProperties
  PROPERTY_FILE_PLACEHOLDER : String = nothing
[static] Indicates that the image source is a placeholder only
CommonProperties
  PROPERTY_FILE_REMOVE : String = remove
[static] Removes the image source
CommonProperties
  PROPERTY_FILE_SELECT : String = select
[static] The "select" choice for the image source property
CommonProperties
  PROPERTY_GRADIENT_INTENSITY : String = gradientIntensity
[static] The string to specify the gradient intensity property available to clients
CommonProperties
  PROPERTY_GRADIENT_OPACITY : String = gradientOpacity
[static] The string to specify the gradient opacity property available to clients
CommonProperties
  PROPERTY_GRADIENT_TYPE : String = gradientType
[static] The string to specify the gradient type property available to clients
CommonProperties
  PROPERTY_IMAGE_BLUR : String = imageBlur
[static] The string to specify the image blur property available to clients
CommonProperties
  PROPERTY_IMAGE_OPACITY : String = imageOpacity
[static] The string to specify the image opacity property available to clients
CommonProperties
  PROPERTY_IMAGE_POSITION : String = imagePosition
[static] The string to specify the image position property available to clients
CommonProperties
  PROPERTY_IMAGE_POSITION_BOTTOM_CENTER : String = bottomCenter
[static] Displays image so its bottom edge is aligned with the bottom of the window and the image's horizontal center is aligned with the horizontal center of the window.
CommonProperties
  PROPERTY_IMAGE_POSITION_BOTTOM_LEFT : String = bottomLeft
[static] Displays image so its bottom edge is aligned with the bottom of the window and the image's left edge is aligned with the left of the window.
CommonProperties
  PROPERTY_IMAGE_POSITION_BOTTOM_RIGHT : String = bottomRight
[static] Displays image so its bottom edge is aligned with the bottom of the window and the image's right edge is aligned with the right of the window.
CommonProperties
  PROPERTY_IMAGE_POSITION_MIDDLE_CENTER : String = center
[static] Displays image relative to the center of the window.
CommonProperties
  PROPERTY_IMAGE_POSITION_MIDDLE_LEFT : String = middleLeft
[static] Displays image so its vertical center is aligned with the vertical center of the window and the image's left edge is aligned with the left of the window.
CommonProperties
  PROPERTY_IMAGE_POSITION_MIDDLE_RIGHT : String = middleRight
[static] Displays image so its vertical center is aligned with the vertical center of the window and the image's right edge is aligned with the right of the window.
CommonProperties
  PROPERTY_IMAGE_POSITION_TOP_CENTER : String = topCenter
[static] Displays image so its top edge is aligned with the top of the window and the image's horizontal center is aligned with the horizontal center of the window.
CommonProperties
  PROPERTY_IMAGE_POSITION_TOP_LEFT : String = topLeft
[static] Displays image so its top edge is aligned with the top of the window and the image's left edge is aligned with the left of the window.
CommonProperties
  PROPERTY_IMAGE_POSITION_TOP_RIGHT : String = topRight
[static] Displays image so its top edge is aligned with the top of the window and the image's right edge is aligned with the right of the window.
CommonProperties
  PROPERTY_IMAGE_SCALE : String = imageScale
[static] The string to specify the image scale property available to clients
CommonProperties
  PROPERTY_IMAGE_SCALE_ACTUAL_SIZE : String = actualSize
[static] Displays image at its full resolution (not scaled).
CommonProperties
  PROPERTY_IMAGE_SCALE_ACTUAL_SIZE_TILED : String = actualSizeTiled
[static] Images are tiled (repeated) until the entire containing window is filled with the original image.
CommonProperties
  PROPERTY_IMAGE_SCALE_NO_BORDER : String = noBorder
[static] Displays image scaled to fill the containing window, but clipping may occur on the top and bottom or sides.
CommonProperties
  PROPERTY_IMAGE_SCALE_SHOW_ALL : String = showAll
[static] Displays image scaled to fill the containing window without clipping on the top, bottom or sides.
CommonProperties
  PROPERTY_IMAGE_SOURCE : String = imageSource
[static] The string to specify the image source property available to clients
CommonProperties
  PROPERTY_IMPORT_THEME : String = importTheme
[static] The string to specify the import theme property available to clients
CommonProperties
  PROPERTY_INITIALIZED : String = initialized
[static] Indicates the property has been initialized.
CommonProperties
  PROPERTY_PRESET_LIST : String = presetList
[static] The string to specify the preset list property
CommonProperties
  PROPERTY_SKINS : String = skins
[static] The string to specify the skins property available to clients
CommonProperties
  PROPERTY_TEXTFIELD_BOLD : String = bold
[static] Indicates the property's text field should be a bold weight font.
CommonProperties
  PROPERTY_TEXTFIELD_FONTCOLOR : String = fontColor
[static] The string to specify the text field font color property available to clients
CommonProperties
  PROPERTY_TEXTFIELD_FONTFAMILY : String = fontFamily
[static] The string to specify the text field font family property available to clients
CommonProperties
  PROPERTY_TEXTFIELD_FONTSIZE : String = fontSize
[static] The string to specify the text field font size property available to clients
CommonProperties
  PROPERTY_TEXTFIELD_FONTSTYLE : String = fontStyle
[static] The string to specify the text field font style property available to clients
CommonProperties
  PROPERTY_TEXTFIELD_FONTUNDERLINED : String = fontUnderlined
[static] The string to specify the text field font underlined property available to clients
CommonProperties
  PROPERTY_TEXTFIELD_FONTWEIGHT : String = fontWeight
[static] The string to specify the text field font weight property available to clients
CommonProperties
  PROPERTY_TEXTFIELD_ITALIC : String = italic
[static] Indicates the property's text field should have an italic style.
CommonProperties
  PROPERTY_TEXTFIELD_NORMAL : String = normal
[static] Indicates the property's text field should be a normal weight font.
CommonProperties
Protected Constants
 ConstantDefined By
  collectionManager : CollectionManager
[static] The collection manager instance used by this Navigator
CommonProperties
Property Detail
backgroundGradientIntensityproperty
backgroundGradientIntensity:PropertyNumberValue

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The gradient intensity for the Navigator background.

This property can be used as the source for data binding.


Implementation
    public function get backgroundGradientIntensity():PropertyNumberValue
    public function set backgroundGradientIntensity(value:PropertyNumberValue):void

See also

Background.gradientIntensity
backgroundGradientOpacityproperty 
backgroundGradientOpacity:PropertyNumberValue

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The gradient opacity for the Navigator background.

This property can be used as the source for data binding.


Implementation
    public function get backgroundGradientOpacity():PropertyNumberValue
    public function set backgroundGradientOpacity(value:PropertyNumberValue):void

See also

Background:gradientOpacity
backgroundGradientTypeproperty 
backgroundGradientType:PropertyValue

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The gradient type for the navigator background.

This property can be used as the source for data binding.


Implementation
    public function get backgroundGradientType():PropertyValue
    public function set backgroundGradientType(value:PropertyValue):void

See also

Background.gradientType
backgroundImageBlurproperty 
backgroundImageBlur:PropertyNumberValue

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The image blur for the navigator background.

This property can be used as the source for data binding.


Implementation
    public function get backgroundImageBlur():PropertyNumberValue
    public function set backgroundImageBlur(value:PropertyNumberValue):void

See also

Background.imageBlur
backgroundImageOpacityproperty 
backgroundImageOpacity:PropertyNumberValue

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The image opacity for the Navigator background.

This property can be used as the source for data binding.


Implementation
    public function get backgroundImageOpacity():PropertyNumberValue
    public function set backgroundImageOpacity(value:PropertyNumberValue):void

See also

Background.imageOpacity
backgroundImagePositionproperty 
backgroundImagePosition:PropertyValue

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The image position value for the Navigatro background.

This property can be used as the source for data binding.


Implementation
    public function get backgroundImagePosition():PropertyValue
    public function set backgroundImagePosition(value:PropertyValue):void

See also

Background.imagePosition
backgroundImagePositionListproperty 
backgroundImagePositionList:PropertyListValue

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The image position list for the Navigator background.

This property can be used as the source for data binding.


Implementation
    public function get backgroundImagePositionList():PropertyListValue
    public function set backgroundImagePositionList(value:PropertyListValue):void
backgroundImageScaleproperty 
backgroundImageScale:PropertyValue

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The image scale value for the Navigator background.

This property can be used as the source for data binding.


Implementation
    public function get backgroundImageScale():PropertyValue
    public function set backgroundImageScale(value:PropertyValue):void

See also

Background.imageScale
backgroundImageScaleListproperty 
backgroundImageScaleList:PropertyListValue

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The image scale list for the Navigator background.

This property can be used as the source for data binding.


Implementation
    public function get backgroundImageScaleList():PropertyListValue
    public function set backgroundImageScaleList(value:PropertyListValue):void
backgroundImageSourceListproperty 
backgroundImageSourceList:PropertyListValue

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The image source list for the Navigator background.

This property can be used as the source for data binding.


Implementation
    public function get backgroundImageSourceList():PropertyListValue
    public function set backgroundImageSourceList(value:PropertyListValue):void
cardSizeproperty 
cardSize:PropertyNumberValue

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The card size for cards, as specified by the portfolio context.

This property can be used as the source for data binding.


Implementation
    public function get cardSize():PropertyNumberValue
    public function set cardSize(value:PropertyNumberValue):void
embedFontsproperty 
embedFonts:PropertyBooleanValue

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Checkbox indicating whether or not fonts should be embedded, as specified by the text field context.

This property can be used as the source for data binding.


Implementation
    public function get embedFonts():PropertyBooleanValue
    public function set embedFonts(value:PropertyBooleanValue):void
fontColorproperty 
fontColor:PropertyColorValue

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The font color used by the current text field selection.

This property can be used as the source for data binding.


Implementation
    public function get fontColor():PropertyColorValue
    public function set fontColor(value:PropertyColorValue):void
fontFamilyListproperty 
fontFamilyList:PropertyListValue

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The name of the font family used by the current text field selection.

This property can be used as the source for data binding.


Implementation
    public function get fontFamilyList():PropertyListValue
    public function set fontFamilyList(value:PropertyListValue):void
fontSizeproperty 
fontSize:PropertyNumberValue

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The font size used by the current text field selection.

This property can be used as the source for data binding.


Implementation
    public function get fontSize():PropertyNumberValue
    public function set fontSize(value:PropertyNumberValue):void
fontStyleListproperty 
fontStyleList:PropertyListValue

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The font style used by the current text field selection.

This property can be used as the source for data binding.


Implementation
    public function get fontStyleList():PropertyListValue
    public function set fontStyleList(value:PropertyListValue):void
fontUnderlinedproperty 
fontUnderlined:PropertyBooleanValue

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Indicates whether the font used by the current text field selection is underlined or not.

This property can be used as the source for data binding.


Implementation
    public function get fontUnderlined():PropertyBooleanValue
    public function set fontUnderlined(value:PropertyBooleanValue):void
fontWeightListproperty 
fontWeightList:PropertyListValue

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The font weight used by the current text field selection.

This property can be used as the source for data binding.


Implementation
    public function get fontWeightList():PropertyListValue
    public function set fontWeightList(value:PropertyListValue):void
headerAddImageActionproperty 
headerAddImageAction:PropertyActionValue

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The action control used to add an image to the Navigator header.

This property can be used as the source for data binding.


Implementation
    public function get headerAddImageAction():PropertyActionValue
    public function set headerAddImageAction(value:PropertyActionValue):void
headerAddTextActionproperty 
headerAddTextAction:PropertyActionValue

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The action control used to add a text item to the Navigator header.

This property can be used as the source for data binding.


Implementation
    public function get headerAddTextAction():PropertyActionValue
    public function set headerAddTextAction(value:PropertyActionValue):void
headerBackgroundColorproperty 
headerBackgroundColor:PropertyColorValue

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The background color for the Navigator header component.

This property can be used as the source for data binding.


Implementation
    public function get headerBackgroundColor():PropertyColorValue
    public function set headerBackgroundColor(value:PropertyColorValue):void
headerBackgroundGradientIntensityproperty 
headerBackgroundGradientIntensity:PropertyNumberValue

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The background gradient intensity for the Navigator header component.

This property can be used as the source for data binding.


Implementation
    public function get headerBackgroundGradientIntensity():PropertyNumberValue
    public function set headerBackgroundGradientIntensity(value:PropertyNumberValue):void
headerBackgroundGradientTypeproperty 
headerBackgroundGradientType:PropertyListValue

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The background gradient type for the Navigator header component.

This property can be used as the source for data binding.


Implementation
    public function get headerBackgroundGradientType():PropertyListValue
    public function set headerBackgroundGradientType(value:PropertyListValue):void
headerBackgroundOpacityproperty 
headerBackgroundOpacity:PropertyNumberValue

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The background opacity for the Navigator header component.

This property can be used as the source for data binding.


Implementation
    public function get headerBackgroundOpacity():PropertyNumberValue
    public function set headerBackgroundOpacity(value:PropertyNumberValue):void
headerContextproperty 
protected var headerContext:PropertyContext

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The header property context

See also

headerTemplateListproperty 
headerTemplateList:PropertyListValue

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The selected template for the Navigator header.

This property can be used as the source for data binding.


Implementation
    public function get headerTemplateList():PropertyListValue
    public function set headerTemplateList(value:PropertyListValue):void
navigatorproperty 
navigator:UIComponent  [write-only]

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Sets the navigator hosting this object.


Implementation
    public function set navigator(value:UIComponent):void
portfolioCardsAngledproperty 
portfolioCardsAngled:PropertyBooleanValue

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Indicates whether cards should be shown at random angles or not.

This property can be used as the source for data binding.


Implementation
    public function get portfolioCardsAngled():PropertyBooleanValue
    public function set portfolioCardsAngled(value:PropertyBooleanValue):void
portfolioCardsAutoSizeproperty 
portfolioCardsAutoSize:PropertyBooleanValue

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Indicates whether cards should automatically change size when the window size changes

This property can be used as the source for data binding.


Implementation
    public function get portfolioCardsAutoSize():PropertyBooleanValue
    public function set portfolioCardsAutoSize(value:PropertyBooleanValue):void
portfolioCardSizeListproperty 
portfolioCardSizeList:PropertyListValue

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The card size list for card, as specified by the portfolio context.

This property can be used as the source for data binding.


Implementation
    public function get portfolioCardSizeList():PropertyListValue
    public function set portfolioCardSizeList(value:PropertyListValue):void
portfolioContextproperty 
protected var portfolioContext:PropertyContext

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The portfolio property context

See also

portfolioEmbedFontsproperty 
portfolioEmbedFonts:PropertyBooleanValue

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Checkbox indicating whether or not fonts should be embedded, as specified by the portfolio context.

This property can be used as the source for data binding.


Implementation
    public function get portfolioEmbedFonts():PropertyBooleanValue
    public function set portfolioEmbedFonts(value:PropertyBooleanValue):void
portfolioFontNameproperty 
portfolioFontName:PropertyValue

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The name of the Portfolio font

This property can be used as the source for data binding.


Implementation
    public function get portfolioFontName():PropertyValue
    public function set portfolioFontName(value:PropertyValue):void
portfolioFontSizeproperty 
portfolioFontSize:PropertyNumberValue

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The font size of the Portfolio font

This property can be used as the source for data binding.


Implementation
    public function get portfolioFontSize():PropertyNumberValue
    public function set portfolioFontSize(value:PropertyNumberValue):void
portfolioFontStyleproperty 
portfolioFontStyle:PropertyValue

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The font style of the Portfolio font

This property can be used as the source for data binding.


Implementation
    public function get portfolioFontStyle():PropertyValue
    public function set portfolioFontStyle(value:PropertyValue):void
skinproperty 
skin:SkinValue

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The current theme (skin), as specified by the activeValue of skinList.

This property can be used as the source for data binding.


Implementation
    public function get skin():SkinValue
    public function set skin(value:SkinValue):void

See also

skinListproperty 
public var skinList:PropertyListValue

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The property list of themes (skins) available to this Navigator.

textFieldContextproperty 
protected var textFieldContext:PropertyContext

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The text field property context. This context is auto-generated when requested by a call to getCurrentContextByName.

See also

Method Detail
createXMLList()method
protected function createXMLList():Array

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Creates an array of URIs to be loaded by the PropertyManager. This method can be overriden to handle additional property files.

Returns
Array
getCardSize()method 
public function getCardSize(sizeName:String):Number

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Returns the size, in pixels, of cards with the specified size name

Parameters

sizeName:String — The name of the card size: "small", "medium", or "large" (PROPERTY_CARD_SIZE_SMALL, PROPERTY_CARD_SIZE_MEDIUM, PROPERTY_CARD_SIZE_LARGE)

Returns
Number
getCurrentContextByName()method 
public function getCurrentContextByName(contextName:String):PropertyContext

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Returns the current property context for the type of context specified by contextName. If no contextName is specified the portfolioContext is returned.

Parameters

contextName:String — Identifies the context of interest. Possible values are:
  • CONTEXT_CLEAR -- this will return the default current context
  • CONTEXT_TEXTFIELD -- returns the text properties
  • CONTEXT_HEADER -- returns the header properties

Returns
PropertyContext
getDefaultCurrentContextName()method 
protected function getDefaultCurrentContextName():String

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Returns the name of the default non-global property context.

Returns
String
loadContext()method 
protected function loadContext(context:PropertyContext):void

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Loads known properties from a property context. This method can be overriden to handle additional properties and contexts.

Parameters

context:PropertyContext

loadSkin()method 
protected function loadSkin():void

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Loads the current skin, as specified by the activeValue of skinList.

onContextLoaded()method 
protected function onContextLoaded(event:PropertyManagerEvent):void

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

An event listener than is invoked when the PropertyManager has finished loading a property context.

Parameters

event:PropertyManagerEvent — The property context loaded event

onLoadXMLCompleteOrError()method 
protected function onLoadXMLCompleteOrError(event:Event):void

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

An event listener than is invoked when a load XML command has completed or has generated an error.

Parameters

event:Event — The load XML complete event or an error event generated when trying to load the XML

onSkinModuleLoadError()method 
protected function onSkinModuleLoadError(moduleURL:String):void

Displays an error message to the user that the given skin resource could not be found.

Parameters

moduleURL:String

See also

ResourceManager.showMissingResourcePopup()
onValueChange()method 
protected function onValueChange(event:PropertyChangeEvent):void

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

A common event listener for handling changed properties. This event listener will be called twice - once when the activeValue is changed and again when the activeValue's value is changed. This listener ignores the second event (when the activeValue's value is changed).

Parameters

event:PropertyChangeEvent — A property change event.

setCurrentContext()method 
public function setCurrentContext(propertyContext:PropertyContext, id:Object, clearing:Boolean = false):void

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Set the current propertyContext

Parameters

propertyContext:PropertyContext — The name of the new propertyContext to set.
 
id:Object — The identifier of the current propertyContext you wish to change
 
clearing:Boolean (default = false) — A boolean indicating whether the current context should be cleared or not. The default is false.

setCurrentContextByName()method 
public function setCurrentContextByName(contextName:String, id:Object):void

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Sets the current property context to the one with the given name. CONTEXT_CLEAR may be used when the current context is no longer applicable to the caller; however, the context is only cleared if the id provided is the same id used in the previous call to setCurrentContext.

Parameters

contextName:String — The name of the new propertyContext to use
 
id:Object — The identifier of the current propertyContext you wish to change

unloadSkin()method 
public function unloadSkin(update:Boolean):void

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Unloads the current skin.

Parameters

update:Boolean

Constant Detail
BACKGROUND_IMAGE_SOURCE_URLConstant
public static const BACKGROUND_IMAGE_SOURCE_URL:String = navigator/backgroundImage.ext

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The URL for the source of the background image

collectionManagerConstant 
protected static const collectionManager:CollectionManager

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The collection manager instance used by this Navigator

CONTEXT_BACKGROUNDConstant 
public static const CONTEXT_BACKGROUND:String = com.adobe.navigator.background

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The string to specify the context name for Navigator backgrounds

CONTEXT_CLEARConstant 
public static const CONTEXT_CLEAR:String

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The string used to clear the current context

CONTEXT_HEADERConstant 
public static const CONTEXT_HEADER:String = com.adobe.navigator.header

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The string to specify the context name for Navigator headers

CONTEXT_INITIALIZEConstant 
public static const CONTEXT_INITIALIZE:String = com.adobe.navigator.initalize

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The string to specify the context name for Navigator initialization

CONTEXT_PORTFOLIOConstant 
public static const CONTEXT_PORTFOLIO:String = com.adobe.navigator.portfolio

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The string to specify the context name for Navigator Portfolios

CONTEXT_TEXTFIELDConstant 
public static const CONTEXT_TEXTFIELD:String = com.adobe.navigator.textField

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The string to specify the context name for Navigator text fields

CONTEXT_THEMESConstant 
public static const CONTEXT_THEMES:String = com.adobe.navigator.themes

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The string to specify the context name for Navigator themes (skins)

IMPORTED_THEME_NAMEConstant 
public static const IMPORTED_THEME_NAME:String = user_theme

PROPERTY_ADD_IMAGEConstant 
public static const PROPERTY_ADD_IMAGE:String = addImage

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The string to specify the add image property

PROPERTY_ADD_SWFConstant 
public static const PROPERTY_ADD_SWF:String = addSwf

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The string to specify the add swf property

PROPERTY_ADD_TEXTConstant 
public static const PROPERTY_ADD_TEXT:String = addText

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The string to specify the add text property

PROPERTY_BACKGROUND_COLORConstant 
public static const PROPERTY_BACKGROUND_COLOR:String = backgroundColor

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The string to specify the background color property

PROPERTY_BACKGROUND_OPACITYConstant 
public static const PROPERTY_BACKGROUND_OPACITY:String = backgroundOpacity

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The string to specify the background opacity property

PROPERTY_CARD_SIZEConstant 
public static const PROPERTY_CARD_SIZE:String = cardSize

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The string to specify the card size property available to clients

PROPERTY_CARD_SIZE_LARGEConstant 
public static const PROPERTY_CARD_SIZE_LARGE:String = large

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The largest of the card size images

PROPERTY_CARD_SIZE_MEDIUMConstant 
public static const PROPERTY_CARD_SIZE_MEDIUM:String = medium

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The medium images size for a card

PROPERTY_CARD_SIZE_SMALLConstant 
public static const PROPERTY_CARD_SIZE_SMALL:String = small

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The smallest of the card image sizes

PROPERTY_CARDS_ANGLEDConstant 
public static const PROPERTY_CARDS_ANGLED:String = cardsAngled

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The string to specify the cards angled property available to clients

PROPERTY_CARDS_AUTOSIZEConstant 
public static const PROPERTY_CARDS_AUTOSIZE:String = cardsAutoSize

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The string to specify the cards autosized property available to clients

PROPERTY_EMBED_FONTSConstant 
public static const PROPERTY_EMBED_FONTS:String = embedFonts

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The string to specify the embed fonts property available to clients

PROPERTY_FILE_PLACEHOLDERConstant 
public static const PROPERTY_FILE_PLACEHOLDER:String = nothing

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Indicates that the image source is a placeholder only

PROPERTY_FILE_REMOVEConstant 
public static const PROPERTY_FILE_REMOVE:String = remove

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Removes the image source

PROPERTY_FILE_SELECTConstant 
public static const PROPERTY_FILE_SELECT:String = select

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The "select" choice for the image source property

PROPERTY_GRADIENT_INTENSITYConstant 
public static const PROPERTY_GRADIENT_INTENSITY:String = gradientIntensity

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The string to specify the gradient intensity property available to clients

PROPERTY_GRADIENT_OPACITYConstant 
public static const PROPERTY_GRADIENT_OPACITY:String = gradientOpacity

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The string to specify the gradient opacity property available to clients

PROPERTY_GRADIENT_TYPEConstant 
public static const PROPERTY_GRADIENT_TYPE:String = gradientType

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The string to specify the gradient type property available to clients

PROPERTY_IMAGE_BLURConstant 
public static const PROPERTY_IMAGE_BLUR:String = imageBlur

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The string to specify the image blur property available to clients

PROPERTY_IMAGE_OPACITYConstant 
public static const PROPERTY_IMAGE_OPACITY:String = imageOpacity

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The string to specify the image opacity property available to clients

PROPERTY_IMAGE_POSITIONConstant 
public static const PROPERTY_IMAGE_POSITION:String = imagePosition

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The string to specify the image position property available to clients

PROPERTY_IMAGE_POSITION_BOTTOM_CENTERConstant 
public static const PROPERTY_IMAGE_POSITION_BOTTOM_CENTER:String = bottomCenter

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Displays image so its bottom edge is aligned with the bottom of the window and the image's horizontal center is aligned with the horizontal center of the window.

PROPERTY_IMAGE_POSITION_BOTTOM_LEFTConstant 
public static const PROPERTY_IMAGE_POSITION_BOTTOM_LEFT:String = bottomLeft

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Displays image so its bottom edge is aligned with the bottom of the window and the image's left edge is aligned with the left of the window.

PROPERTY_IMAGE_POSITION_BOTTOM_RIGHTConstant 
public static const PROPERTY_IMAGE_POSITION_BOTTOM_RIGHT:String = bottomRight

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Displays image so its bottom edge is aligned with the bottom of the window and the image's right edge is aligned with the right of the window.

PROPERTY_IMAGE_POSITION_MIDDLE_CENTERConstant 
public static const PROPERTY_IMAGE_POSITION_MIDDLE_CENTER:String = center

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Displays image relative to the center of the window.

PROPERTY_IMAGE_POSITION_MIDDLE_LEFTConstant 
public static const PROPERTY_IMAGE_POSITION_MIDDLE_LEFT:String = middleLeft

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Displays image so its vertical center is aligned with the vertical center of the window and the image's left edge is aligned with the left of the window.

PROPERTY_IMAGE_POSITION_MIDDLE_RIGHTConstant 
public static const PROPERTY_IMAGE_POSITION_MIDDLE_RIGHT:String = middleRight

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Displays image so its vertical center is aligned with the vertical center of the window and the image's right edge is aligned with the right of the window.

PROPERTY_IMAGE_POSITION_TOP_CENTERConstant 
public static const PROPERTY_IMAGE_POSITION_TOP_CENTER:String = topCenter

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Displays image so its top edge is aligned with the top of the window and the image's horizontal center is aligned with the horizontal center of the window.

PROPERTY_IMAGE_POSITION_TOP_LEFTConstant 
public static const PROPERTY_IMAGE_POSITION_TOP_LEFT:String = topLeft

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Displays image so its top edge is aligned with the top of the window and the image's left edge is aligned with the left of the window.

PROPERTY_IMAGE_POSITION_TOP_RIGHTConstant 
public static const PROPERTY_IMAGE_POSITION_TOP_RIGHT:String = topRight

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Displays image so its top edge is aligned with the top of the window and the image's right edge is aligned with the right of the window.

PROPERTY_IMAGE_SCALEConstant 
public static const PROPERTY_IMAGE_SCALE:String = imageScale

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The string to specify the image scale property available to clients

PROPERTY_IMAGE_SCALE_ACTUAL_SIZEConstant 
public static const PROPERTY_IMAGE_SCALE_ACTUAL_SIZE:String = actualSize

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Displays image at its full resolution (not scaled). If the image is larger than the window it is clipped.

PROPERTY_IMAGE_SCALE_ACTUAL_SIZE_TILEDConstant 
public static const PROPERTY_IMAGE_SCALE_ACTUAL_SIZE_TILED:String = actualSizeTiled

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Images are tiled (repeated) until the entire containing window is filled with the original image.

PROPERTY_IMAGE_SCALE_NO_BORDERConstant 
public static const PROPERTY_IMAGE_SCALE_NO_BORDER:String = noBorder

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Displays image scaled to fill the containing window, but clipping may occur on the top and bottom or sides. If the containing window is not the same aspect ratio as the image, the image fills the window in one dimension and is clipped in the other dimension. Resizing the containing window causes the image to rescale to the new size.

PROPERTY_IMAGE_SCALE_SHOW_ALLConstant 
public static const PROPERTY_IMAGE_SCALE_SHOW_ALL:String = showAll

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Displays image scaled to fill the containing window without clipping on the top, bottom or sides. If the containing window is not the same aspect ratio as the image, the image fills the window in one dimension and borders may be visible in the other dimension. Resizing the containing window causes the image to rescale to the new size.

PROPERTY_IMAGE_SOURCEConstant 
public static const PROPERTY_IMAGE_SOURCE:String = imageSource

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The string to specify the image source property available to clients

PROPERTY_IMPORT_THEMEConstant 
public static const PROPERTY_IMPORT_THEME:String = importTheme

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The string to specify the import theme property available to clients

PROPERTY_INITIALIZEDConstant 
public static const PROPERTY_INITIALIZED:String = initialized

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Indicates the property has been initialized.

PROPERTY_PRESET_LISTConstant 
public static const PROPERTY_PRESET_LIST:String = presetList

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The string to specify the preset list property

PROPERTY_SKINSConstant 
public static const PROPERTY_SKINS:String = skins

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The string to specify the skins property available to clients

PROPERTY_TEXTFIELD_BOLDConstant 
public static const PROPERTY_TEXTFIELD_BOLD:String = bold

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Indicates the property's text field should be a bold weight font.

PROPERTY_TEXTFIELD_FONTCOLORConstant 
public static const PROPERTY_TEXTFIELD_FONTCOLOR:String = fontColor

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The string to specify the text field font color property available to clients

PROPERTY_TEXTFIELD_FONTFAMILYConstant 
public static const PROPERTY_TEXTFIELD_FONTFAMILY:String = fontFamily

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The string to specify the text field font family property available to clients

PROPERTY_TEXTFIELD_FONTSIZEConstant 
public static const PROPERTY_TEXTFIELD_FONTSIZE:String = fontSize

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The string to specify the text field font size property available to clients

PROPERTY_TEXTFIELD_FONTSTYLEConstant 
public static const PROPERTY_TEXTFIELD_FONTSTYLE:String = fontStyle

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The string to specify the text field font style property available to clients

PROPERTY_TEXTFIELD_FONTUNDERLINEDConstant 
public static const PROPERTY_TEXTFIELD_FONTUNDERLINED:String = fontUnderlined

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The string to specify the text field font underlined property available to clients

PROPERTY_TEXTFIELD_FONTWEIGHTConstant 
public static const PROPERTY_TEXTFIELD_FONTWEIGHT:String = fontWeight

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The string to specify the text field font weight property available to clients

PROPERTY_TEXTFIELD_ITALICConstant 
public static const PROPERTY_TEXTFIELD_ITALIC:String = italic

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Indicates the property's text field should have an italic style.

PROPERTY_TEXTFIELD_NORMALConstant 
public static const PROPERTY_TEXTFIELD_NORMAL:String = normal

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Indicates the property's text field should be a normal weight font.