|
Ruthlessly prune the UI down to its most commonly-used, most
important items. Put the remainder into their own page or section.
Hide that section by default; on the newly-simplified UI, put a
clearly-marked button or link to the remainder, e.g. "More Options."
Many UIs use arrows or chevrons, ">>", as part of the link or button
label. Others use "...", especially if the button launches a
new dialog.
That section should have another button or other affordance to
let the user close it again. Remember, most users won't need
it most of the time. Just make sure the entrance and exit to this
"extras" thing are obvious; test them.
On some dialog boxes, the box literally expands to accommodate the
details section, then shrinks down again when the user puts it away.
See Closable Panels
for more concrete details. Another mechanism is found on
various desktop UIs: a dropdown for fill color, for instance,
contains a "More Fill Colors..." item which brings up a separate
dialog box.
|