cancel
Showing results for 
Search instead for 
Did you mean: 

Tabstrips: need tutorial or documentation

thomas_rischar
Explorer
0 Kudos

Hi,

Is there any tutorial or documentation dealing with tabstrips?

Thanks and kind regards,

Thomas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

To my knowledge there is no tutorial available yet, so let me give you a very short one here:

Structure:

Create a tab strip, add some tabs. Each tab has a content that may be any UI element. Normally, this will be a UI element container containing other elements. You can also embed another view as the content by using a ViewContainerUIElement.

Eventing:

IWDTabStrip.onSelect: event that is triggered when a tab is selected, parameter: id of the newly selected tab.

Programmatically changing the selected tab:

Bind property "selectedTab" to a view context attribute. By setting this attribute to the ID of any tab, this tab will be selected.

See also:

Javadoc for IWDTabStrip, IWDTab

KW documentation (UI element reference guide).

Armin

thomas_rischar
Explorer
0 Kudos

Hello Armin,

Thanks a lot for your tips.

Kind regards,

Thomas

Answers (0)