PopoverViewController

PopoverViewController

new PopoverViewController()

Popover View Controller
Source:

Extends

Members

(readonly) container :HTMLDivElement

By changing the style of this view, you can change the way it pops over.
Source:

data :Object|Array

Inherited From:
Source:

dataLoadedHandler :function

Called when the data loading is complete.
Inherited From:
Source:

dismissHandler :function

Processing when the view is destroyed.
Source:

dismissOnOutside :boolean

Click outside the view to close it.
Source:

layout :string

Display layout of Popover.
Source:
Whether popover is modal or not.
Source:

parent :HTMLElement|string

Inherited From:
Source:

replace :boolean

Whether or not to replace the child elements with the specified View.
Overrides:
Source:

view :HTMLElement

Inherited From:
Source:

Methods

dismiss()

Dismiss the view.
Source:

(protected) dismissView()

Dismiss the view. To change the dismiss method, override it with a subclass. This method must not be called directly.
Source:

reloadData()

Reload the view.
Inherited From:
Source:

(protected) showView()

Show the view. To change the display method, override it with a subclass. This method must not be called directly.
Overrides:
Source: