mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
UX-2323 Update existing UI Guidelines: Button, fix review comments
This commit is contained in:
parent
c56267c306
commit
a4f729c26c
@ -201,7 +201,7 @@
|
|||||||
</p>
|
</p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<p>It’s recommended to have one default and one focused button, so that most of the actions can be
|
<p>It’s recommended to have one default and one focused button so that most of the actions can be
|
||||||
triggered using
|
triggered using
|
||||||
the keyboard.</p>
|
the keyboard.</p>
|
||||||
</li>
|
</li>
|
||||||
@ -258,7 +258,7 @@
|
|||||||
<li>Not all required fields in the dialog are filled.
|
<li>Not all required fields in the dialog are filled.
|
||||||
</li>
|
</li>
|
||||||
</list>
|
</list>
|
||||||
<p>Other <a anchor="standard-buttons">standard buttons</a> are described below. They can be regular or default buttons.</p>
|
<p>Other <a anchor="common-buttons">standard buttons</a> are described below. They can be regular or default buttons.</p>
|
||||||
</chapter>
|
</chapter>
|
||||||
|
|
||||||
|
|
||||||
@ -272,7 +272,7 @@
|
|||||||
<img src="button_hovered.png" alt="Hovered buttons" width="706"/>
|
<img src="button_hovered.png" alt="Hovered buttons" width="706"/>
|
||||||
</chapter>
|
</chapter>
|
||||||
</chapter>
|
</chapter>
|
||||||
<chapter title="Standard buttons" id="standard-buttons">
|
<chapter title="Common buttons" id="common-buttons">
|
||||||
<chapter title="Apply" id="apply">
|
<chapter title="Apply" id="apply">
|
||||||
<table style="none" border="false" column-width="fixed">
|
<table style="none" border="false" column-width="fixed">
|
||||||
<tr>
|
<tr>
|
||||||
@ -303,7 +303,7 @@
|
|||||||
invoked and works as an equivalent to the <shortcut>Esc</shortcut> key.</p>
|
invoked and works as an equivalent to the <shortcut>Esc</shortcut> key.</p>
|
||||||
<p>If a confirmation button is present in a dialog, for example,
|
<p>If a confirmation button is present in a dialog, for example,
|
||||||
<control>OK</control> or
|
<control>OK</control> or
|
||||||
<control>Save</control>, it’s recommended to have the <control>Cancel</control> button.</p>
|
<control>Save</control>, it’s required to have the <control>Cancel</control> button.</p>
|
||||||
<p>If it is not clear what will happen on clicking the <control>Cancel</control> button,
|
<p>If it is not clear what will happen on clicking the <control>Cancel</control> button,
|
||||||
make the label more <a anchor="be-specific">specific</a>, for example, <control>Continue Editing</control>.</p>
|
make the label more <a anchor="be-specific">specific</a>, for example, <control>Continue Editing</control>.</p>
|
||||||
</td>
|
</td>
|
||||||
@ -312,7 +312,7 @@
|
|||||||
|
|
||||||
</chapter>
|
</chapter>
|
||||||
|
|
||||||
<chapter title="Close">
|
<chapter title="Close" id="close">
|
||||||
<table style="none" border="false" column-width="fixed">
|
<table style="none" border="false" column-width="fixed">
|
||||||
<tr>
|
<tr>
|
||||||
<td width="378">
|
<td width="378">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user