Multidomain MDM
- Multidomain MDM 10.3 HotFix 1
- All Products
<dashboardLayout columns="2"> <dashboardLayoutItem name="my_tasks" type="TASKS" columns="*"/> <dashboardLayoutItem name="xref_composition" type="REPORT" /> <dashboardLayoutItem name="igoogle_visualization" type="EXTERNAL_LINK"/> <dashboardLayoutItem name="google_username" type="EXTERNAL_LINK"/> </dashboardLayout>
Parameter
| Type
| Description
|
---|---|---|
name
| string
| Unique element id inside of the dashboardLayout element.
|
type
| TASKS, REPORT, or EXTERNAL_LINK
| Type of the element.
|
Columns
| number or "*"
| Number of columns occupied by element. Default value is "1". There is a special symbol "*" for elements that occupy the whole row.
|