Commit f51103ad authored by Romain Courteaud's avatar Romain Courteaud

erp5_web_renderjs_ui: add launcher interface

parent 66b157e6
......@@ -8,6 +8,7 @@
<meta name="theme-color" content="#085078">
<title>${application_title}</title>
<link rel="http://www.renderjs.org/rel/interface" href="interface_launcher.html">
<meta name="description" content="${site_description}">
<meta name="keywords" content="${site_keywords}">
<link rel="stylesheet" href="${stylesheet_url}">
......
<!DOCTYPE html>
<html>
<head>
<title>Launcher Interface</title>
</head>
<body>
<h1>Launcher Interface</h1>
<h3>Gadget used to launch the application</h3>
<dl>
<dt>declareAndExecuteNotificationGadget</dt>
<dd>XXX</dd>
<dl>
</dl>
<dt>declareAndExecuteTranslationGadget</dt>
<dd>XXX</dd>
<dl>
</dl>
<dt>declareAndExecuteHeaderGadget</dt>
<dd>XXX</dd>
<dl>
</dl>
<dt>declareAndExecutePanelGadget</dt>
<dd>XXX</dd>
<dl>
</dl>
<dt>declareAndExecuteEditorPanelGadget</dt>
<dd>XXX</dd>
<dl>
</dl>
<dt>render</dt>
<dd>XXX</dd>
<dl>
</dl>
</dl>
</body>
</html>
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment