new ChildViewFlyout(element, options)
Parameters:
Name | Type | Description |
---|---|---|
element |
HTMLElement | DOM element containing the control |
options |
Object |
- Source:
Properties:
Name | Type | Description |
---|---|---|
pageControl |
HTMLElement |
Methods
-
back()
-
navigate back
-
canGoBack()
-
indicate if control can navigate back
-
clear()
-
clear all child view pages
-
closePage()
-
close current page
-
hide()
-
close all content and hide child view
-
navigate(uri, options, skipHistory) → {WinJS.Promise}
-
navigate to target uri
Parameters:
Name Type Description uri
string target page uri
options
Object options for target page
skipHistory
boolean indicate if navigation should skip being added to history
Returns:
- Type
- WinJS.Promise
-
open(uri, options, skipHistory) → {WinJS.Promise}
-
display child view and navigate to target uri
Parameters:
Name Type Description uri
string target page uri
options
Object options for target page
skipHistory
boolean indicate if navigation should skip being added to history
Returns:
- Type
- WinJS.Promise