{ "id": "60643", "key": "TIMOB-11", "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": "11209", "name": "Release 0.5", "archived": true, "released": true, "releaseDate": "2009-07-09" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-04-17T01:50:06.000+0000", "created": "2011-04-15T02:22:25.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "rseagraves", "key": "rseagraves", "displayName": "Reggie Seagraves", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-04-17T01:50:06.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}

Description

\n

The purpose of this API is to create a native grouped view in\niPhone. This is a pure native view and it will be treated similar\nto createWindow (in that it will have the same properties and\nfunctions available to it). In other words, it is not associated\nwith an HTML page.

\n

Example

\n
\n// create grouped view  \nvar groupedView = Titanium.UI.iPhone.createGroupedView();\ngroupedView.addSection(optionSection);\ngroupedView.addSection(buttonSection);\ngroupedView.addSection(inputSection);`\ngroupedView.open({animated:true});\n
\n

API Arguments

\n

No arguments

\n

API Functions

\n

addSection : add a section to a grouped\nview

\n

open : open the grouped view

{html}", "attachment": [], "flagged": false, "summary": "API - Titanium.UI.iPhone.createGroupedView", "creator": { "name": "nwright", "key": "nwright", "displayName": "Nolan Wright", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "nwright", "key": "nwright", "displayName": "Nolan Wright", "active": false, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "122638", "author": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

Implemented as of June 23

{html}", "updateAuthor": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:22:25.000+0000", "updated": "2011-04-15T02:22:25.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }