Difference between revisions of "Text boxes and field label LnF"

From Catglobe Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 +
<span style="color: #ff9900">'''Text boxes and field label LnF'''</span>
 +
 +
#If a text is too long for a text box then the text continues and the user will be able to see this text by moving the cursor in the text box. It should never change size due to content.
 +
#Label must be on the right side of check box.
 +
#Second letter should be small for labels and dialog headers for all English, Danish and Vietnamese text resources. E.g. it is called "User name" and not "User Name".
 +
#Field labels in other languages may be longer than the original meaning you should consider that the label will still look good if label is longer text string.
 +
#Make sure there is always space in between fields, boxes and window edges. Text that ends very close to where a another entry box starts also does not look good.
 +
#All fields must use general style-sheet that specifies width, color, etc.<br>
 +
 
[[Category:LnF_guidelines]]
 
[[Category:LnF_guidelines]]

Revision as of 08:38, 24 December 2008

Text boxes and field label LnF

  1. If a text is too long for a text box then the text continues and the user will be able to see this text by moving the cursor in the text box. It should never change size due to content.
  2. Label must be on the right side of check box.
  3. Second letter should be small for labels and dialog headers for all English, Danish and Vietnamese text resources. E.g. it is called "User name" and not "User Name".
  4. Field labels in other languages may be longer than the original meaning you should consider that the label will still look good if label is longer text string.
  5. Make sure there is always space in between fields, boxes and window edges. Text that ends very close to where a another entry box starts also does not look good.
  6. All fields must use general style-sheet that specifies width, color, etc.