Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.6 KB

UI-guidelines.md

File metadata and controls

25 lines (20 loc) · 1.6 KB

UI Guidelines

All SAS Studio provided steps follow certain UI guidelines. To provide consistency across steps, including custom steps, it is highly recommended that custom step contributions follow these guidelines.

A good example of a custom step that follows these guidelines is the Sample controls custom step. You can view it in the Custom Step Designer by going to the Steps panel, clicking the New and sample custom steps button in that panel, and selecting Sample controls.

This opens the Custom Step Designer

UI Element Capitalization Remarks
Tab labels Title Keep them short, preferably one or two words
Section labels Sentence Note: These labels should not end with a colon
Field labels - Labels for any of the UI elements (checkboxes excluded) Sentence Put colons after labels. For example: Select a column:

Exceptions
  • Labels of checkboxes should not end with a colon
  • Labels of radio button groups when they represent a question and end with a question mark (?)
Values in lists
  • Drop-down List
  • List
  • Radio Button Group
Sentence

Explanation of capitalization rules

  • Title capitalization:
    • Each word starts with capital. Prepositions (such as of, for, with), articles (a, an, the) and conjunctions (and, or, but) should not be initial-capped
  • Sentence capitalization:
    • Only first word is capitalized