Custom web pages

From Larnitech wiki page
Revision as of 07:36, 19 August 2021 by Erich (talk | contribs) (Created page with "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"...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

You can add custom web-pages to your LT app. Add page list to logix.xml

1<smart-house>
2    <web-pages>
3        <page url="https://google.com" image="a" label="Google" text="Google"/>
4        <page url="https://web.telegram.org/" image="chat" label="Chat" text="Telegram"/>
5    </web-pages>
6</smart-house/>

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 Web1.png Example of opened page: Web2.png