GlobalMenuItems = Table(
{
Id: 2,
MenuLabel: "Customer",
Screen: Screen2
},{
Id: 1,
MenuLabel: "Product",
Screen: Screen3
},
{
Id: 3,
MenuLabel: "Projects",
Screen: Screen1
}
);
GlobalMenuItems = Table(
{
name: "a",
screen: Screen1
},
{
name: "b",
screen: Screen2
},
{
name: "c",
screen: Screen3
}
);
- Gallery1:
Control: Gallery
Variant: galleryVertical
Properties:
Items: =GlobalMenuItems
DelayItemLoading: =true
Height: =350
Layout: =Layout.Vertical
LoadingSpinner: =LoadingSpinner.Data
TemplateSize: =104
Width: =440
X: =835
Y: =418
Children:
- Label1:
Control: Label
Properties:
OnSelect: =Select(Parent)
Text: =ThisItem.name
X: =40
Y: =40
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.