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: the Combo-box guideline update, Eldar Isiangulov
This commit is contained in:
parent
b387b70ada
commit
aaa05f94d0
@ -66,7 +66,6 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</chapter>
|
</chapter>
|
||||||
</chapter>
|
|
||||||
<chapter title="Long labels" id="long-labeles">
|
<chapter title="Long labels" id="long-labeles">
|
||||||
<p>If a label is long, split it into two lines. Use HTML formatting for that. Avoid labels that take more than two lines. See recommendations on <a anchor="writing-guidelines">writing concise labels</a> below.</p>
|
<p>If a label is long, split it into two lines. Use HTML formatting for that. Avoid labels that take more than two lines. See recommendations on <a anchor="writing-guidelines">writing concise labels</a> below.</p>
|
||||||
<table style="none" border="false">
|
<table style="none" border="false">
|
||||||
@ -81,7 +80,7 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<chapter title="Implementation" collapsible="true">
|
<chapter title="Implementation" collapsible="true" id="implementation-of-long-labels">
|
||||||
<tabs group="languages">
|
<tabs group="languages">
|
||||||
<tab title="Kotlin UI DSL" group-key="kotlin">
|
<tab title="Kotlin UI DSL" group-key="kotlin">
|
||||||
<code-block lang="kotlin">
|
<code-block lang="kotlin">
|
||||||
@ -144,6 +143,7 @@
|
|||||||
</chapter>
|
</chapter>
|
||||||
</chapter>
|
</chapter>
|
||||||
</chapter>
|
</chapter>
|
||||||
|
</chapter>
|
||||||
<chapter title="Writing guidelines" id="writing-guidelines">
|
<chapter title="Writing guidelines" id="writing-guidelines">
|
||||||
Use sentence-style capitalization:
|
Use sentence-style capitalization:
|
||||||
<table style="none" border="false">
|
<table style="none" border="false">
|
||||||
@ -201,12 +201,9 @@
|
|||||||
|
|
||||||
Make labels short and intelligible. See <a href="writing_short.md">Writing short and clear</a>.
|
Make labels short and intelligible. See <a href="writing_short.md">Writing short and clear</a>.
|
||||||
</chapter>
|
</chapter>
|
||||||
</chapter>
|
|
||||||
<chapter title="How to layout" id="how-to-layout">
|
<chapter title="How to layout" id="how-to-layout">
|
||||||
<p>Follow</p>
|
<p>
|
||||||
<p>If a checkbox depends on another control, for example, an input field, follow the rules for <a href="layout.md"
|
Follow the <a href="layout.md" anchor="checkboxes-and-radio-buttons">layout of checkboxes and radio buttons</a>
|
||||||
anchor="dependent-controls">dependent
|
</p>
|
||||||
controls</a>. Otherwise, follow the rules for <a href="layout.md" anchor="independent-controls">independent
|
|
||||||
controls</a>.</p>
|
|
||||||
</chapter>
|
</chapter>
|
||||||
</topic>
|
</topic>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user