Dim SaveBtn As ABMButton
SaveBtn.InitializeFloating(page, "SaveBtn", "mdi-toggle-check-box","green")
inp.Footer.Cell(1,1).AddComponent(SaveBtn)
Dim lbl1 As ABMLabel
lbl1.Initialize(page, "lbl1", "Save", ABM.SIZE_SPAN, False, "")
inp.Footer.Cell(1,1).AddComponent(lbl1)
Dim CancelBtn As ABMButton
CancelBtn.InitializeFloating(page, "CancelBtn", "mdi-navigation-cancel", "green")
inp.Footer.Cell(1,2).AddComponent(CancelBtn)
Dim lbl2 As ABMLabel
lbl2.Initialize(page, "lbl2", "Back", ABM.SIZE_SPAN, False, "")
inp.Footer.Cell(1,2).AddComponent(lbl2)
Dim AttBtn As ABMButton
AttBtn.InitializeFloating(page, "AttBtn", "mdi-image-camera-alt", "green")
inp.Footer.Cell(1,3).AddComponent(AttBtn)
Dim lbl3 As ABMLabel
lbl3.Initialize(page, "lbl3", "Pic", ABM.SIZE_SPAN, False, "")
inp.Footer.Cell(1,3).AddComponent(lbl3)
Dim NoteBtn As ABMButton
NoteBtn.InitializeFloating(page, "NoteBtn", "mdi-notification-event-note", "green")
inp.Footer.Cell(1,4).AddComponent(NoteBtn)
Dim lbl4 As ABMLabel
lbl4.Initialize(page, "lbl4", "Note", ABM.SIZE_SPAN, False, "")
inp.Footer.Cell(1,4).AddComponent(lbl4)