-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ b21cdc4 🚀
- Loading branch information
Showing
31 changed files
with
1,253 additions
and
1,137 deletions.
There are no files selected for viewing
84 changes: 42 additions & 42 deletions
84
dev/john/update-window-options/container-platform-starter/manifest.fin.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,43 @@ | ||
{ | ||
"runtime": { | ||
"arguments": "--v=1 --inspect", | ||
"version": "34.118.78.77" | ||
}, | ||
"platform": { | ||
"enableBeforeUnload": true, | ||
"uuid": "container-platform-starter", | ||
"icon": "https://built-on-openfin.github.io/container-starter/dev/john/update-window-options/container-platform-starter/favicon.ico", | ||
"autoShow": false, | ||
"providerUrl": "https://built-on-openfin.github.io/container-starter/dev/john/update-window-options/container-platform-starter/html/provider.html" | ||
}, | ||
"snapshot": { | ||
"windows": [ | ||
{ | ||
"layout": { | ||
"content": [ | ||
{ | ||
"type": "row", | ||
"content": [ | ||
{ | ||
"type": "stack", | ||
"content": [ | ||
{ | ||
"type": "component", | ||
"title": "view1", | ||
"componentName": "view", | ||
"componentState": { | ||
"url": "https://built-on-openfin.github.io/container-starter/dev/john/update-window-options/common/views/platform/of-info/index.html", | ||
"name": "view1", | ||
"componentName": "view" | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} | ||
} | ||
"runtime": { | ||
"arguments": "--v=1 --inspect", | ||
"version": "34.118.78.80" | ||
}, | ||
"platform": { | ||
"enableBeforeUnload": true, | ||
"uuid": "container-platform-starter", | ||
"icon": "https://built-on-openfin.github.io/container-starter/dev/john/update-window-options/container-platform-starter/favicon.ico", | ||
"autoShow": false, | ||
"providerUrl": "https://built-on-openfin.github.io/container-starter/dev/john/update-window-options/container-platform-starter/html/provider.html" | ||
}, | ||
"snapshot": { | ||
"windows": [ | ||
{ | ||
"layout": { | ||
"content": [ | ||
{ | ||
"type": "row", | ||
"content": [ | ||
{ | ||
"type": "stack", | ||
"content": [ | ||
{ | ||
"type": "component", | ||
"title": "view1", | ||
"componentName": "view", | ||
"componentState": { | ||
"url": "https://built-on-openfin.github.io/container-starter/dev/john/update-window-options/common/views/platform/of-info/index.html", | ||
"name": "view1", | ||
"componentName": "view" | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} | ||
} |
54 changes: 27 additions & 27 deletions
54
dev/john/update-window-options/create-window/app.fin.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
{ | ||
"devtools_port": 9090, | ||
"startup_app": { | ||
"name": "OpenMultipleWindows", | ||
"description": "OpenMultipleWindows", | ||
"url": "http://www.google.com", | ||
"showTaskbarIcon": true, | ||
"taskbarIcon": "http://cdn.openfin.co/hyperblotter/favicon.ico", | ||
"icon": "http://cdn.openfin.co/hyperblotter/favicon.ico", | ||
"uuid": "OpenMultipleWindows", | ||
"autoShow": true, | ||
"contextMenu": true, | ||
"defaultHeight": 500, | ||
"defaultwidth": 500, | ||
"frame": true, | ||
"defaultCentered": true, | ||
"resizable": true | ||
}, | ||
"runtime": { | ||
"arguments": "--enable-crash-reporting --no-sandbox", | ||
"version": "34.118.78.77" | ||
}, | ||
"shortcut": { | ||
"company": "OpenFin", | ||
"description": "Openfin openfin application window Sample", | ||
"name": "Openfin application window" | ||
} | ||
} | ||
"devtools_port": 9090, | ||
"startup_app": { | ||
"name": "OpenMultipleWindows", | ||
"description": "OpenMultipleWindows", | ||
"url": "http://www.google.com", | ||
"showTaskbarIcon": true, | ||
"taskbarIcon": "http://cdn.openfin.co/hyperblotter/favicon.ico", | ||
"icon": "http://cdn.openfin.co/hyperblotter/favicon.ico", | ||
"uuid": "OpenMultipleWindows", | ||
"autoShow": true, | ||
"contextMenu": true, | ||
"defaultHeight": 500, | ||
"defaultwidth": 500, | ||
"frame": true, | ||
"defaultCentered": true, | ||
"resizable": true | ||
}, | ||
"runtime": { | ||
"arguments": "--enable-crash-reporting --no-sandbox", | ||
"version": "34.118.78.80" | ||
}, | ||
"shortcut": { | ||
"company": "OpenFin", | ||
"description": "Openfin openfin application window Sample", | ||
"name": "Openfin application window" | ||
} | ||
} |
68 changes: 34 additions & 34 deletions
68
dev/john/update-window-options/create-window/manifest.fin.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,35 @@ | ||
{ | ||
"runtime": { | ||
"arguments": "--v=1 --inspect", | ||
"version": "34.118.78.77" | ||
}, | ||
"platform": { | ||
"uuid": "how-to-open-windows", | ||
"autoShow": true, | ||
"icon": "https://built-on-openfin.github.io/container-starter/dev/john/update-window-options/create-window/favicon.ico" | ||
}, | ||
"snapshot": { | ||
"windows": [ | ||
{ | ||
"layout": { | ||
"content": [ | ||
{ | ||
"type": "stack", | ||
"id": "no-drop-target", | ||
"content": [ | ||
{ | ||
"type": "component", | ||
"componentName": "view", | ||
"componentState": { | ||
"processAffinity": "ps_1", | ||
"url": "https://built-on-openfin.github.io/container-starter/dev/john/update-window-options/create-window/html/app.html" | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} | ||
} | ||
"runtime": { | ||
"arguments": "--v=1 --inspect", | ||
"version": "34.118.78.80" | ||
}, | ||
"platform": { | ||
"uuid": "how-to-open-windows", | ||
"autoShow": true, | ||
"icon": "https://built-on-openfin.github.io/container-starter/dev/john/update-window-options/create-window/favicon.ico" | ||
}, | ||
"snapshot": { | ||
"windows": [ | ||
{ | ||
"layout": { | ||
"content": [ | ||
{ | ||
"type": "stack", | ||
"id": "no-drop-target", | ||
"content": [ | ||
{ | ||
"type": "component", | ||
"componentName": "view", | ||
"componentState": { | ||
"processAffinity": "ps_1", | ||
"url": "https://built-on-openfin.github.io/container-starter/dev/john/update-window-options/create-window/html/app.html" | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} | ||
} |
Oops, something went wrong.