director
configure Method
Given the flexible nature of director there are several options available for both the Client-side and Server-side. These options can be set using the .configure() method
Syntax
var instance; // Type: Router; 
var value; // Type: Router 
value = instance.configure(options); 
function configure( 
   options : Object
) : Router;

Parameters

options
Browser Compatibility
8
5
5
See Also

Reference

Router type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.