{ "id": "118240", "key": "TIMOB-14844", "fields": { "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "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": [], "resolution": null, "resolutiondate": null, "created": "2013-08-10T08:56:04.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "tableview", "tableviewrow", "titleid" ], "versions": [], "issuelinks": [], "assignee": null, "updated": "2018-02-28T20:04:18.000+0000", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "components": [ { "id": "12305", "name": "Core", "description": "Central component of the Platform (outside of Tooling, or platform specific implementation details)" } ], "description": "*Note*\r\nWe can use workaround with locale function L(\"string\"), but this is annoying especially when is developer using Alloy because then you need to set title in a .tss file instead of XML.\r\n\r\n*Example*\r\n{code:javascript}\r\nvar win = Titanium.UI.createWindow();\r\n\r\nvar data = [\r\n { title: 'Adrian' }, // titleid: \"name\"\r\n { title: 'Andrew' }, // titleid: \"name\",\r\n { title: 'Barry' }, // titleid: \"name\",\r\n { title: 'Betty' } // titleid: \"name\",\r\n];\r\n\r\nvar tableView = Ti.UI.createTableView({\r\n\twidth: Ti.UI.FILL, height: Ti.UI.FILL,\r\n\tdata: data\t\r\n});\r\n\r\nwin.add(tableView);\r\nwin.open(); \r\n{code}", "attachment": [], "flagged": false, "summary": "Add titleId property for TableViewRow", "creator": { "name": "sko", "key": "sko", "displayName": "Matej", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "sko", "key": "sko", "displayName": "Matej", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [], "maxResults": 0, "total": 0, "startAt": 0 } } }