Size: 478
Comment:
|
Size: 1005
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
Form, or sms input area, or... anything you put text... http://patterns.design4mobile.com/index.php/Text_Entr -- NOT a select list, as the entry is free-form | == Problem == A method must be provided for users to enter text and other character-based information without restriction. |
Line 3: | Line 4: |
Pretty sure that (now dead) link was from... someone else. CEO? Look in email for the discussion and go look at the blog entry of whoever did it. | == Solution == *** Forms as a way to collect information in an ordered manner pre-date computing by at least a century. Many standards were developed in the paper form era, and have translated to computerized database forms, and then to web forms. The ubiquity of the web -- to software developers if not all users -- means forms for all computing types have settled on these standard input methods. This pattern covers the text and textarea form methods. |
Line 7: | Line 12: |
== Problem == | == Variations == Text - one-line |
Line 9: | Line 15: |
== Solution == == Variations == |
Textarea - multi-line |
Line 17: | Line 19: |
immediate entry cursor and focus... enter is a linefeed on multi-line, submits forms or exits the field on single line |
|
Line 20: | Line 27: |
notes about input method and reference field hints in the field, adjacent to the field, pros and cons of each |
Problem
A method must be provided for users to enter text and other character-based information without restriction.
Solution
*** Forms as a way to collect information in an ordered manner pre-date computing by at least a century. Many standards were developed in the paper form era, and have translated to computerized database forms, and then to web forms. The ubiquity of the web -- to software developers if not all users -- means forms for all computing types have settled on these standard input methods.
This pattern covers the text and textarea form methods.
Variations
Text - one-line
Textarea - multi-line
Interaction Details
immediate entry
cursor and focus...
enter is a linefeed on multi-line, submits forms or exits the field on single line
Presentation Details
notes about input method and reference
field hints in the field, adjacent to the field, pros and cons of each
Antipatterns