API Docs for:
Show:

View Class

A (custom) view can be used in many different places like for popup-windows or as embeddable view. The same format is also used for the views of a split or tab-view.

Properties

bindings

Binding

An array of bindings for the view to bind local view-data to items.

sections

ViewSection

An array of sections defining the content of the view.

windowSize

Object

Defines the window size if the view is displayed as a popup-window. The format is { w, h }.

windowSizeFormula

Object

Calculates the window size using a formula if the view is displayed as a popup-window. The formula has no parameters. The formula must return a size as object like { w, h }.

windowTitle

String

Defines the window title if the view is displayed as a popup-window.