Panorama:TabGroupsAPI: Difference between revisions

m
 
Line 12: Line 12:
<pre>{windows: [{
<pre>{windows: [{
   tabs: [
   tabs: [
    {entries: [{url: "about:mozilla"}]},
     {entries: [{url: "http://example.com/#1"}],
     {entries: [{url: "http://example.com/#1"}],
     extData: {"tabgroups": "{\"group\": \"group1-id\", \"title\": \"first tab title\",
     extData: {"tabgroups": "{\"group\": \"group1-id\"}"}},
                              \"url\": \"first tab url"}"}},
     {entries: [{url: "http://example.com/#2"}],
     {entries: [{url: "http://example.com/#2"}],
     extData: {"tabgroups": "{\"group\": \"group2-id\", \"title\": \"second tab title\",
     extData: {"tabgroups": "{\"group\": \"group2-id\"}"}}
                              \"url\": \"second tab url"}, \"active\":\"last active tab in group it belongs\"}"}
   ],
   ],
   extData: {
   extData: {
     "tabgroups": "{\"group1-id\": {\"id\": \"group1-id\", \"title\": \"first title\",
     "tabgroups": "{\"group1-id\": {\"id\": \"group1-id\"}}, \"group2-id\": {\"id\": \"group2-id\"}}}"
                                  \"bounds\": {\"left\": 35, \"top\": 45, \"width\": 330, \"height\": 310},
                                  \"userSize\": {\"x\": 330, \"y\": 310}},  
                  \"group2-id\": {\"id\": \"group2-id\", \"title\": \"second title\",
                                  \"bounds": {\"left\": 450, \"top\": 45, \"width\": 330, \"height\": 310},
                                  \"userSize\": {\"x\": 330, \"y\": 310}},
                  \"additions\": {\"activeGroup\":\"group2-id\", \"showOnStartup\":true,
                                  \"pageBounds\"&nbsp;:{\"left\":0, \"top\": 0, \"width\": 1000, \"height\": 750}}}"
   }
   }
}]}
}]}
42

edits