The StringManager provides support for localization of the UI text for the
navigator. The properties of a stringManager are the string keys for the various
pieces of text that are used by the UI. The actual text displayed by a Navigator will be
determined by the locale and the string values for that locale set in the strings
resources file. See the documentation on the Acrobat Navigagtor file format for
information on the strings resource file.
Implementation public static function get instance():StringManager
localizedStringFunction
property
localizedStringFunction:Function [write-only]
Language Version :
ActionScript 3.0
Product Version :
Portfolio 10.0
Runtime Versions :
Flash Player 10.1, AIR 2.0
Setter for localizedStringFunction.
Implementation public function set localizedStringFunction(value:Function):void
mediaAdjustVolume
property
mediaAdjustVolume:String
Language Version :
ActionScript 3.0
Product Version :
Portfolio 10.0
Runtime Versions :
Flash Player 10.1, AIR 2.0
The string key for the "media adjust volume" string
This property can be used as the source for data binding.
Implementation public function get mediaAdjustVolume():String public function set mediaAdjustVolume(value:String):void
mediaPause
property
mediaPause:String
Language Version :
ActionScript 3.0
Product Version :
Portfolio 10.0
Runtime Versions :
Flash Player 10.1, AIR 2.0
The string key for the "media pause" string
This property can be used as the source for data binding.
Implementation public function get mediaPause():String public function set mediaPause(value:String):void
mediaPlay
property
mediaPlay:String
Language Version :
ActionScript 3.0
Product Version :
Portfolio 10.0
Runtime Versions :
Flash Player 10.1, AIR 2.0
The string key for the "media play" string
This property can be used as the source for data binding.
Implementation public function get mediaPlay():String public function set mediaPlay(value:String):void
nextCard
property
nextCard:String
Language Version :
ActionScript 3.0
Product Version :
Portfolio 10.0
Runtime Versions :
Flash Player 10.1, AIR 2.0
The string key for the "next card" string
This property can be used as the source for data binding.
Implementation public function get nextCard():String public function set nextCard(value:String):void
pageDown
property
pageDown:String
Language Version :
ActionScript 3.0
Product Version :
Portfolio 10.0
Runtime Versions :
Flash Player 10.1, AIR 2.0
The string key for the "page down" string
This property can be used as the source for data binding.
Implementation public function get pageDown():String public function set pageDown(value:String):void
pageUp
property
pageUp:String
Language Version :
ActionScript 3.0
Product Version :
Portfolio 10.0
Runtime Versions :
Flash Player 10.1, AIR 2.0
The string key for the "page up" string
This property can be used as the source for data binding.
Implementation public function get pageUp():String public function set pageUp(value:String):void
previousCard
property
previousCard:String
Language Version :
ActionScript 3.0
Product Version :
Portfolio 10.0
Runtime Versions :
Flash Player 10.1, AIR 2.0
The string key for the "previous card" string
This property can be used as the source for data binding.
Implementation public function get previousCard():String public function set previousCard(value:String):void
printFile
property
printFile:String
Language Version :
ActionScript 3.0
Product Version :
Portfolio 10.0
Runtime Versions :
Flash Player 10.1, AIR 2.0
The string key for the "print file" string
This property can be used as the source for data binding.
Implementation public function get printFile():String public function set printFile(value:String):void
remove
property
remove:String
Language Version :
ActionScript 3.0
Product Version :
Portfolio 10.0
Runtime Versions :
Flash Player 10.1, AIR 2.0
The string key for the "remove" string
This property can be used as the source for data binding.
Implementation public function get remove():String public function set remove(value:String):void
ribbonOpen
property
ribbonOpen:String
Language Version :
ActionScript 3.0
Product Version :
Portfolio 10.0
Runtime Versions :
Flash Player 10.1, AIR 2.0
The string key for the "ribbon open" string
This property can be used as the source for data binding.
Implementation public function get ribbonOpen():String public function set ribbonOpen(value:String):void
setImage
property
setImage:String
Language Version :
ActionScript 3.0
Product Version :
Portfolio 10.0
Runtime Versions :
Flash Player 10.1, AIR 2.0
The string key for the "set image" string
This property can be used as the source for data binding.
Implementation public function get setImage():String public function set setImage(value:String):void
showInfo
property
showInfo:String
Language Version :
ActionScript 3.0
Product Version :
Portfolio 10.0
Runtime Versions :
Flash Player 10.1, AIR 2.0
The string key for the "show information" string
This property can be used as the source for data binding.
Implementation public function get showInfo():String public function set showInfo(value:String):void
showMiniNav
property
showMiniNav:String
Language Version :
ActionScript 3.0
Product Version :
Portfolio 10.0
Runtime Versions :
Flash Player 10.1, AIR 2.0
The string key for the "show MiniNav" string
This property can be used as the source for data binding.
Implementation public function get showMiniNav():String public function set showMiniNav(value:String):void
welcomeHide
property
welcomeHide:String
Language Version :
ActionScript 3.0
Product Version :
Portfolio 10.0
Runtime Versions :
Flash Player 10.1, AIR 2.0
The string key for the "Don't show Welcome Page again" string
This property can be used as the source for data binding.
Implementation public function get welcomeHide():String public function set welcomeHide(value:String):void
welcomeShow
property
welcomeShow:String
Language Version :
ActionScript 3.0
Product Version :
Portfolio 10.0
Runtime Versions :
Flash Player 10.1, AIR 2.0
The string key for the "Show Welcome Page" string
This property can be used as the source for data binding.
Implementation public function get welcomeShow():String public function set welcomeShow(value:String):void
Constructor Detail
StringManager
()
Constructor
public function StringManager(token:Object)
Language Version :
ActionScript 3.0
Product Version :
Portfolio 10.0
Runtime Versions :
Flash Player 10.1, AIR 2.0
Constructor
Parameters
token:Object
Method Detail
addEventListener
()
method
public function addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void
Parameters
type:String
listener:Function
useCapture:Boolean (default = false)
priority:int (default = 0)
weakRef:Boolean (default = false)
dispatchEvent
()
method
public function dispatchEvent(event:Event):Boolean
Parameters
event:Event
Returns
Boolean
getLocalizedString
()
method
public function getLocalizedString(key:String):String
Language Version :
ActionScript 3.0
Product Version :
Portfolio 10.0
Runtime Versions :
Flash Player 10.1, AIR 2.0
Gets a localized string from the navigator's resources contained in the collection.
Adobe provides support for including sets of localized strings in a navigator's .nav file.
See the navigator file format documentation for more details.
Parameters
key:String
Returns
String
getLocalizedStringHost
()
method
protected function getLocalizedStringHost(key:String):String
Language Version :
ActionScript 3.0
Product Version :
Portfolio 10.0
Runtime Versions :
Flash Player 10.1, AIR 2.0
Returns the value of the localized string for the specified key from the
hosts strings file resources, if there is such a value. Otherwise it returns
the specified key.
Parameters
key:String
Returns
String
hasEventListener
()
method
public function hasEventListener(type:String):Boolean
Parameters
type:String
Returns
Boolean
removeEventListener
()
method
public function removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void