This class is experimental, which means it has not been tested or documented as thoroughly as other core Apache Flex classes.
The interface that the shared instance of the NavigtorBrowserManager
implements, which is accessed with the NavigtorBrowserManager.getInstance() method.
The portion of current URL after the '#' as it appears
in the browser address bar, or the default fragment
used in setup() if there is nothing after the '#'.
The portion of current URL after the '#' as it appears
in the browser address bar, or the default fragment
used in setup() if there is nothing after the '#'.
Unregisters a layout so that it is no longer managed.
INavigatorBrowserManager
Property Detail
fragmentField
property
fragmentField:String
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
The portion of current URL after the '#' as it appears
in the browser address bar, or the default fragment
used in setup() if there is nothing after the '#'.
Use setFragment to change this value.
Implementation public function get fragmentField():String public function set fragmentField(value:String):void
fragmentFunction
property
fragmentFunction:Function
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
The portion of current URL after the '#' as it appears
in the browser address bar, or the default fragment
used in setup() if there is nothing after the '#'.
Use setFragment to change this value.
Implementation public function get fragmentFunction():Function public function set fragmentFunction(value:Function):void