View

Inherits from: Function.

Parameters

Key Description Default value Possible values
area Area in which the confirm message will appear default any string
container.id Container in which the confirm message will appear any string
container.height Preferred container height. number
container.width Preferred container width. number
container.closable If true, the container can be closed (even in sidebar). false true/false/1/0
container.state Sets the state of the contanier normalized maximized/minimized/normalized

More info on areas and containers.

Outgoing Triggers

Type: load

Occurrence: when the View has finished loading and is displayed on the page.

Additional event properties (besides the inherited properties):

None


Type: context

Occurrence: when the user right-clicks an item that has a context menu.

Additional event properties (besides the inherited properties):

Key Description Possible values
target Data from the clicked target. Can be different for each View and menu. object

More info on context menus.


Type: batch

Occurrence: when the user clicks a 'batch trigger' button at the top of the View.

Additional event properties (besides the inherited properties):

None

More info on batch triggers.