Changes

755 bytes added ,  12:10, 23 January 2022
Updating to match new version of source page
<languages/>
You can add custom web-pages to your LT app.
Add page list to logix.xml

<syntaxhighlight lang="xml" line>
<smart-house>
<web-pages>
<page url="https://google.com" image="a" label="Google" text="Google"/>
<page url="https://web.telegram.org/" image="chat" label="Chat" text="Telegram"/>
</web-pages>
</smart-house/>
</syntaxhighlight>
where:
*url – url of web page
*image – png file name from folder menu-right/ ("menu-right/" and ".png" will be added automatically)
*label – description in menu
*text – text in web-page-panel

After it, you can see your web-pages in menu
<div style="clear:both;">
[[File:Web1.png|400px]]
</div>
Example of opened page:
<div style="clear:both;">
[[File:Web2.png|400px]]
</div>
3,368

edits