Adding Items to C1WebTabStrip
This topic demonstrates how to add one or more items to C1WebTabStrip using the C1WebTabStripItem Collection Editor.
1. To add an item to the existing C1WebTabStrip, select Edit Groups from its context menu. The C1WebTabStripGroup Collection Editor appears. Select Group 2 in the Members list box. Select its Items property and click on the ellipsis button that appears next to it. The C1WebTabStripItem Collection Editor appears.
2. Click on the arrow in the Add button and select C1WebTabStripItem from its drop down box. A new link item appears in the Members list box. Repeat this if you would like to add another link item button to the C1WebTabStrip.
3. Set the Link item's Text property in the Link items properties toolbox to New Item.
4. Select the OK button in the C1WebTabStripItem Collection Editor and in the C1WebTabStripGroup Collection Editor.
5. Run the Web application. At run time click on the Group 2 tab. The New Item appears in Group 2.
|