Director Javascript Library (Document! X Sample)
(Global) Namespace / Router type / configure Method
In This Topic
    configure Method
    In This Topic
    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 = new Router();
    var value; // Type: Router
    
    // Parameters
    var options; // Type:  Object
    
    value = instance.configure(options);
    function configure( 
       options : Object
    ) : Router;

    Parameters

    options
    Browser Compatibility
    8
    5
    5
    See Also

    Reference

    Router type