LaunchPad
From PlcWiki
(Difference between revisions)
m |
m |
||
Line 1: | Line 1: | ||
== WEB 3 Menu (LaunchPad) == | == WEB 3 Menu (LaunchPad) == | ||
+ | |||
+ | svn+ssh://caslavam@oko.clever.cz/java/CleverMenu | ||
== Installation == | == Installation == | ||
== Application Requirements (how to add an app) == | == Application Requirements (how to add an app) == | ||
+ | |||
+ | Add a static file into the document root if you have only one application language (i18n) or dynamically generated file by locale parameter. | ||
+ | The file name must be '''app.json'''. Example: | ||
+ | |||
+ | { | ||
+ | "name": "Title", | ||
+ | "description": "Lorem Ipsum", | ||
+ | "iconURL": "http://www.smartclient.com/smartgwt/showcase/images/pieces/24/cube_green.png", | ||
+ | "target": "_self", | ||
+ | "project": Colorado, | ||
+ | "tag": null | ||
+ | } |
Revision as of 11:33, 7 September 2012
WEB 3 Menu (LaunchPad)
svn+ssh://caslavam@oko.clever.cz/java/CleverMenu
Installation
Application Requirements (how to add an app)
Add a static file into the document root if you have only one application language (i18n) or dynamically generated file by locale parameter. The file name must be app.json. Example:
{ "name": "Title", "description": "Lorem Ipsum", "iconURL": "http://www.smartclient.com/smartgwt/showcase/images/pieces/24/cube_green.png", "target": "_self", "project": Colorado, "tag": null }