Пользовательские веб-страницы

From Larnitech wiki page
Revision as of 13:37, 24 January 2022 by Rusanov (talk | contribs) (Created page with "<syntaxhighlight lang="xml" line> <smart-house> <web-pages> <page url="https://google.com" image="a" label="Google" text="Google"/> <page url="https://web....")
Jump to navigation Jump to search
Other languages:
English • ‎русский

Вы можете добавлять собственные веб-страницы в свое LT-приложение. Добавьте список страниц в 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 – адрес веб-страницы
  • image – имя файла png из папки menu-right/ ("menu-right/" и ".png" будут добавлены автоматически)
  • label – описание в меню
  • text – текст в веб-панели

After it, you can see your web-pages in menu

Web1.png

Example of opened page:

Web2.png