Diff for "UI/Patterns"

Not logged in - Log In / Register

Differences between revisions 1 and 2
Revision 1 as of 2011-11-14 00:16:50
Size: 1368
Editor: huwshimi
Comment:
Revision 2 as of 2011-11-14 00:20:13
Size: 1599
Editor: huwshimi
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;"><<TableOfContents>>||
Line 17: Line 18:

== Forms ==
=== Create (add) Forms ===

 * First field should have cursor focus

UI Patterns

  • Blue links are to be used for links that take you to a new page.

  • Green links are to be used when the link will do an action on the current page.

  • Links that open in a new window (or tab) should be blue with the "new-window" sprite.

Hiding and disabling

A control should be disabled if:

  • There is a way to enable the control (usually from the current page). E.g. the zoom in button on a map becomes disabled when the user has zoomed in fully. To enable the button the user first has to zoom out.
  • The control is temporarily unavailable (e.g. an action is being completed).

A control should be hidden if:

  • It is never available to the user in this context (the user can not do anything to enable it).

If the control is hidden it should be clear why things might be different in the current context (e.g. a forum thread is in "locked" mode). This can sometimes be supplemented with in-place messages where the hidden controls were, explaining their disappearance (e.g. on a blog post and comment form might be replaced with a message that says "Comments are disabled after 30 days"). These messages should be used sparingly and only if their disappearance is ambiguous (e.g. if a user can't edit items in a list there probably shouldn't be a notice where every edit button was).

Forms

Create (add) Forms

  • First field should have cursor focus

UI/Patterns (last edited 2011-11-14 00:20:13 by huwshimi)