This preconfiguration can be used with the objects: PmaFolder, PmaRoot, PmaPanel or PmaWorkspace.
The static binding procedure: In the PmgTrendViewer object, on the "Trends" tab, the "trend" object can be created, and on the Edit trend, the binding to a PmaTrendGroup value can be created.
The last button in this group is offering the preconfigured time intervals. In the onMenuFill event, the #pragma script directive is called, that influences the text localization. In the onMenuSelect event, the desired time-range of the trends viewer is set and its text is written in the button description.
The name of created object | Name of the object created in the tree of Pma objects. The maximum name length is 30 characters. This is a system name, so it must contain only alphanumeric and must not contain any diacritics, empty string, spaces and the first character must not be a number. Default: "PanelTrend" |
---|---|
Panel title | User name of the panel that is displayed for example in: - in the window title bar (if opened outside the workspace) - in the panel list obtained for example by the FindViewers method This configurator sets the initial value of the property PmaPanel.Title and PmgRoot.ViewerTitle. Macro expression can be used for input ($.text ..) (it is evaluated while the window is opening). After the preconfiguration is created, the "PmaPanel > Panel > Panel title" configurator will be set to this value. |
Permissions | On this tab permissions of the object are defined. See the "Permission" tab of the PmaObject object. |
Member of logical groups | The list of the identifiers of the logical groups (the comma ',' is the separator), the object belongs into (it is a group member), see Logical groups. The logical group selection can be done in the "Member of logical groups" window. After the preconfiguration is created, the "PmaObject > Object > Member of logical groups" configurator will be set to this value. |
Entry: trend group, trend value, ... (and following values separated by commas) | |
Connect trends on panel opening | Text string inserted into the trConnect parameter in the "sParams default value" configurator. It can be used to define the default view of trend values on panel opening. The panel can also be opened by the OpenView method, where in the trConnect parameter a other list of variables can be defined. The parameter contains connected vaůues represented by a pair of identifiers: Group ID identifier, Name (or Data extension identifier). These identifiers are separated by commas - example: "trends0,var1,trends0,var2,trends1,var1" |
Button for Exporting the data into the csv file | false (default) true |
Path to the PmaTrendGroup object | |
Enable as Web component | Specifies whether this object has to be registered as a Web server component After the preconfiguration is created, the "PmaPanel > Web server > Enable as Web component" configurator will be set to this value. |
PmaWeb object | Path in the tree of Pma objects to the PmaWeb, PmaWebFolder or PmaWebLang object where the registration is carried out. Macro expression can be used for input (it is evaluated after starting the application). After the preconfiguration is created, the "PmaPanel > Web server > PmaWeb object" configurator will be set to this value. |
Web component identifier | Specifies unique identifier of this Web component. The full URL address to this component is then for example: "http://ComputerName:Port/Identifier" Macro expression can be used for input (it is evaluated after starting the application). After the preconfiguration is created, the "PmaPanel > Web server > Web component identifier" configurator will be set to this value. |