director
getRoute Method
Returns the entire route or just a section of it.
Syntax
var instance; // Type: Router; 
var value; // Type: String 
value = instance.getRoute(v); 
function getRoute( 
   v : Number 
) : String;

Parameters

v
The hash value is divided by forward slashes, each section then has an index, if this is provided, only that section of the route will be returned.
Browser Compatibility
8
5
5
See Also

Reference

Router type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.