{ "id": "62460", "key": "TIMOB-1828", "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": { "id": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2017-06-02T23:33:10.000+0000", "created": "2011-04-15T03:03:20.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "android", "feature" ], "versions": [], "issuelinks": [], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-06-02T23:33: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": "10202", "name": "Android", "description": "Android Platform" } ], "description": "{html}
See Helpdesk\n43431
\n\nvar headerView = Ti.UI.createView({\n backgroundColor:'transparent',\n width:win.size.width,\n height:'auto',\n backgroundImage:'images/01_title_bar_base.png'\n});
\n
\n\nvar tableview = Ti.UI.createTableView({\n backgroundImage:'images/Background_gradient_320x480.png',\n width:win.size.width,\n height:win.size.height,\n //footerView:headerView,\n search:search,\n filterAttribute:'title'\n});\n \nif (Ti.Platform.osname == 'iphone') {\n tableview.addEventListener('scrollEnd', function(e) {\n if (dataObj.getNextCall()) {\n dataObj.callNext();\n };\n });\n} else {\n footerView=headerView;\n};
\n