8 1 30 Tab Pages std_tab_pages_v2

LANSA WAM

8.1.30 Tab Pages (std_tab_pages_v2)

QuickStart - Tab pages

Using the Tab Item Designer

Properties - Tab pages

Using CSS with the Tab Pages weblet

The Tab pages weblet provides the functionality of a tab control that can be used to organize related information into groups. This is what the Tab pages weblet looks like when embedded in a web page. In this example, common information is grouped at the top of the page. The tab control appears underneath that and provides access to three groups of information about an employee – Organization, Contacts and Employment. The Contacts tab is shown but the user can display information in the other groups by clicking the tabs.

The weblet provides an extensive set of properties that affect its appearance and behavior. The tab items themselves are typically specified statically using the tab item designer. In some cases you may wish to override properties of the tab items dynamically and you can do this by specifying the listname and related properties.

You can add content directly to each tab page if the containing webroutine provides the content in its web_map. You do this in the usual ways – for example by dragging and dropping fields from the fields tab. Similarly you can add other weblets to the tab pages.

Alternatively you can add a navigation panel (std_nav_panel) weblet to one or more of your tab pages and set properties for each navigation panel so that it displays content that is provided by another webroutine (or URL).