API Docs for:
Show:

GSContainer Class

A container defines a sub-view or can embed a custom view into the current view.

Item Index

Properties

Properties

parameters

Object

Parameters which are passed to the embedded view. The parameters object has the following structure:

{ identifier1: { fd1: value, fd2: value, fd3: value, ... }, identifier2: { fd1: value, ... }, ... }

The identifier describes to which section or item the parameters should be passed and the fdX pairs describing the different field-values to set for the section or item. Example:

{ "myCheckBox": { "text": "Check Me", "attribute": "checked" } }

In that example, the "text" and "attribute" attributes of an item with the identifier "myCheckBox" are set/overriden to the values "Check Me" and "checked". That is useful to make more reusable and more flexible embeddable views.

viewUid

String

The UID of the view to embed.