Element Details: Target.Widget
 Back


Available in: Logi Info Source code name: Target.Widget

Defines various options for the reloading the widget.

Set the Report attribute to the definition name of the widget. The default is blank, which reloads the current widget.



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
ID
UserDefined
The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition.
Report
UserDefined
The name of a Report definition file. The default value is the current report. For some elements, the value can be set to "CurrentReport". This builds the same report with the same data and sort order, which is especially useful when exporting reports. You cannot use "CurrentReport" within Process definitions or MasterReport elements.
ReportShowModes
UserDefined
ShowModes makes it possible to hide elements for some reports. ReportShowModes passes the ShowModes displayed within a called report. When ReportShowModes is blank, all elements are shown. To pass ShowModes into the report, enter a comma-delimited list of ShowMode values. Any elements that have a ShowMode that includes any of those values will appear in the report.



PARENT ELEMENTS

Click element to drill down for more information.

Action.Widget


CHILD ELEMENTS

Click element to drill down for more information.



 Back to top