General Interface is an open source project hosted by the Dojo Foundation

Passing Dynamically Created CDF Document to Mapping Rule

Passing Dynamically Created CDF Document to Mapping Rule

To pass a dynamically created CDF document to a mapping rule, you need to

  1. Set the document as part of the application cache and give it an ID using
     <namespace>.getCache().setDocument("map_document", mydoc); 
  2. Use this ID ("map_document") in the CDF Document map.
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.