2

I am trying to create a form, which can mimic the functionality of an area page, at least it should display links to other forms (if categorization cannot be done) how can i achieve it?

Can i bind a menu item to a static text?

Jan B. Kjeldsen
  • 17,817
  • 5
  • 32
  • 50
alphaprolix
  • 601
  • 2
  • 10
  • 25

2 Answers2

3
  1. Create Tab within form
    • change Style to FastTabs
    • change Width to Column width
    • change Height to Columnt height
  2. Add TabPage to Tab
  3. Drag MenuItem to Tab (or add MenuItemButton)
    • change Style to Link

XPO: AreaPageSimulation

Area Page Form simulatuion

Matej
  • 7,517
  • 2
  • 36
  • 45
0

I resolved this by using .net's link label, unfortunately did not see Matej's answer, but will give it a try when I will actually build this for client, here is what I created: enter image description here

alphaprolix
  • 601
  • 2
  • 10
  • 25