File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/ng-ui-widgets-category/tabs/properties Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111
1212 Example:
1313
14- - Let's assume that the TabContentItem[ 1] is selected (` selectedIndex = 1 ` ) and ` offscreenTabLimit ` is set to 1.
14+ - Let's assume that the ` TabContentItem[1] ` is selected (` selectedIndex = 1 ` ) and ` offscreenTabLimit ` is set to 1.
1515
1616 **Result:** The content for TabContentItem[0] and TabContentItem[2] will be pre-loaded.
1717
18- - Select TabContentItem[ 2] ( ` selectedIndex = 2 ` ) .
18+ - Select ` TabContentItem[2] ` - for exmaple ` selectedIndex = 2 ` .
1919
20- ** Result:** TabContentItem[ 0] will be unloaded and TabContentItem[ 3] will be pre-loaded.
20+ ** Result:** ` TabContentItem[0] ` will be unloaded and ` TabContentItem[3] ` will be pre-loaded.
2121
2222- ` tabsPosition: "top" | "bottom"; ` - Gets or sets the position state of the Tabs.
2323
You can’t perform that action at this time.
0 commit comments