WidgetSettings
The WidgetSettings is a system rule, which can be used by the user to define the default landing page settings in OIPA.
The <WidgetNames> element contains the list of all the widgets that are part of Default landing page view. It also defines the order of display in which First name contains the first display order. Widget names should be defined under the child element <Name> and the system ignores invalid Widget names. The <PageLayout> element can be used to define the default page layout view. If this rule is not configured or wrongly configured, the default layout view (in 100%) is displayed. All Widget rules along with the WidgetSettings rule will support 'CopyBook'.
Element/Tag | Attribute | Defnition | Element/Attribute Value and Description |
---|---|---|---|
<WidgetSettings> | This is the start and end tag of the element. | ||
<WidgetNames> | Optional: This is the start and end tag of the WidgetNames element. | ||
<Name> | Required and Repeatable Element: Widget configured here will be part of Default landing page view. It also defines the order of display. First name will have first display order. | string | |
PageLayout | Optional Element: Defines the landing page layout . | Codevalue from AsCode codeName 'AsCodePageLayout' |
XML Schema
<WidgetSettings>
<WidgetNames>
<Name>WidgetName</Name>
...
...
</WidgetNames>
<PageLayOut>CodeValue of AsCode CodeName='AsCodePageLayout'</PageLayOut>
</WidgetSettings>