Skip to content

Commit 72ef587

Browse files
committed
UX-2323 Fix split_icon_button.md
1 parent 449e792 commit 72ef587

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

topics/ui/controls/split_icon_button.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,28 @@
1010

1111
</tldr>
1212

13-
A split icon button appears on a horizontal toolbar and consists of two parts: the main icon and a triangle icon for the action list.
13+
A split icon button appears on a horizontal [toolbar](toolbar.md) and consists of two parts: the main icon and a triangle icon for the action list.
1414

1515
![](split_icon_button.png){width=706}
1616

1717
## When to use
1818

19-
Use the split icon button to reduce the number of actions on a toolbar if the following conditions are met:
20-
* The toolbar is horizontal. The split icon button is too wide for vertical toolbars.
19+
Use the split icon button to reduce the number of actions on a horizontal toolbar if all the following conditions are met:
2120
* There are already many controls on the toolbar.
2221
* There is a group of similar actions.
2322
* The user invokes one action more often than others. Or the user invokes one action several times, then switches to another action and invokes it several times but does not switch between actions too often.
2423

25-
<note>To decide whether to add the actions to the toolbar, follow the <a href="toolbar.md#what-items-to-add-on-toolbar">Toolbar</a> guidelines.</note>
24+
<note>To decide whether to add actions to the toolbar, follow the <a href="toolbar.md#what-items-to-add-on-toolbar">Toolbar</a> guidelines.</note>
2625

2726
## How to use
2827

2928
### Add icons to all menu actions
30-
Make sure that all actions in the drop-down menu have icons. When an action is selected, its icon will be used as the main icon.
29+
Make sure that all actions in the drop-down menu have icons. When an action is selected, its icon will be shown on the toolbar.
3130

3231
![](split_icon_button_main_action_icon.png){width=706}
3332

3433
### Disable unavailable actions
35-
Do not hide the unavailable actions, show them as disabled to help users locate them in the future. The action menu should always open, even if all the items in it are disabled.
34+
Do not hide the unavailable actions but show them as disabled to help users locate them in the future. The action menu should always open even if all the items in it are disabled.
3635

3736
![](split_icon_button_disabled_item.png){width=706}
3837

0 commit comments

Comments
 (0)