Difference between revisions of "Custom web pages/ru"
Jump to navigation
Jump to search
(Created page with "Пользовательские веб-страницы") |
(Created page with "Вы можете добавлять собственные веб-страницы в свое LT-приложение. Добавьте список страниц в logix.xml") |
||
Line 1: | Line 1: | ||
<languages/> | <languages/> | ||
− | + | Вы можете добавлять собственные веб-страницы в свое LT-приложение. | |
− | + | Добавьте список страниц в logix.xml | |
<syntaxhighlight lang="xml" line> | <syntaxhighlight lang="xml" line> |
Revision as of 13:33, 24 January 2022
Вы можете добавлять собственные веб-страницы в свое 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 – 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
Example of opened page: