{ "id": "60664", "key": "TIMOB-32", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "11208", "name": "GA - M1", "archived": true, "released": true } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-04-17T01:50:10.000+0000", "created": "2011-04-15T02:22:43.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-04-17T01:50:10.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "{html}
// TODO
While we're here, here's the traits that both textfield\n(UITextField) and textarea (UITextView) have:
\nAutocapitilization: None, Autoshift for beginning of words,\nAutoshift for beginning of sentences, Autoshift for all chars
\nAutocorrection: Default, No, and Yes.
\nKeyboardType: Default, ASCII, Numbers and Punctuation, URL (with\nspace bar replaced by ., /, and .com), Number pad, Phone pad, and\nEmail address.
\nKeyboardAppearance: Default, Alert (rarely used)
\nReturnKeyType: Default (Return), Go, Google, Join, Next, Route,\nSearch, Send, Yahoo, Done, Emergency Call
\nEnablesReturnKeyAutomatically: Boolean; if yes, the return key\nwill be disabled if and only if the text field is empty.
\nSecureTextEntry: Boolean; if yes, treated as a password\nfield
Further properties for consideration wrt UITextField and\nUITextView:
\nText Alignment: Left, center, right
\nFont: Font, with float size and family name. Instead of family\nname, it can be system font, bold system font, and italic system\nfont.
\nEditable: Boolean. Native property on UITextView, can be done\nthrough delegate methods on UITextField.
\nUITextField-specific:
\nPlaceholder: Grey text that shows up when the field is empty
\nClears On Begin Editing: Boolean
\nAdjusts Font Size To Fit Width: Boolean
\nMinimum FontSize: float
\nBorder Style: None, line, bezel, rounded rect (Like search)
\nBackground Image: Stretchable image, replaces border style
\nDisabled background image: Stretchable image, used only if\nbackground image is defined
\nClear Button mode: when to show the clear button \"(x)\" (Never,\nwhile editing, unless editing, always)
\nLeft View: UIView (Button) on the left side to embed, such as a\nmagnifying glass
\nLeft View Mode: When the left view will be visible (Never, while\nediting, unless editing, always)
\nRight View: UIView (Button) on the right side to embed, such as\na bookmarks button
\nRight View Mode: When the right view will be visible (Never,\nwhile editing, unless editing, always)
resolved in 0.5