Creates a new PageControl from the specified URI that contains the specified members. Multiple calls to this method for the same URI are allowed, and all members will be merged.
The URI for the content that defines the page.
An object that defines the members that the control will have.
A constructor function that creates the PageControl.
Gets an already-defined page control for the specified URI, or creates a new one.
The URI for the content that defines the page.
Function
A constructor function that creates the page.
Creates a PageControl from the specified URI and inserts it inside the specified element.
The URI for the content that defines the page.
The DOM element to which the PageControl is appended.
An object that contains one or more property/value pairs to apply to the new PageControl. How these property/value pairs are used (or not used) depends on the implementation of that particular PageControl.
A Promise that is fulfilled when the new PageControl is done rendering and its contents becomes the child of element.
A promise that is fulfilled when rendering is complete, if asynchronous processing is necessary. If not, returns nothing.