SVG-Dashboards/en: различия между версиями

Новая страница: «=== Conditional expressions === Available operations: * <code>></code> — greater than * <code>>=</code> — greater than or equal to * <code><</code> — less than * <code><=</code> — less than or equal to!N !* <code>==</code> — equals * <code>!=</code> — not equal»
(Новая страница: «=== Read === Display values from the source in a text field.»)
(Новая страница: «=== Conditional expressions === Available operations: * <code>></code> — greater than * <code>>=</code> — greater than or equal to * <code><</code> — less than * <code><=</code> — less than or equal to!N !* <code>==</code> — equals * <code>!=</code> — not equal»)
Строка 247: Строка 247:
Please note that the names of the MQTT topics on both controllers must match. If this is not the case, svg elements will need to be attached to new MQTT topics.
Please note that the names of the MQTT topics on both controllers must match. If this is not the case, svg elements will need to be attached to new MQTT topics.


<div lang="ru" dir="ltr" class="mw-content-ltr">
=== Saving ===
=== Сохранение ===
Save the svg file and link description:
Сохраните svg-файл и описание связей:
# Download the file from the controller to your computer. To do this, click on the button with the image of a down arrow.
# Скачайте файл с контроллера на компьютер. Для этого нажмите на кнопку с изображением стрелки вниз.
# In the editor of the svg-panel, click the button '''As JSON''', copy and save the lines to a file.
# В редакторе svg-панели нажмите кнопку '''В виде JSON''', скопируйте и сохраните строки в файл.
</div>


<div lang="ru" dir="ltr" class="mw-content-ltr">
=== Loading ===
=== Загрузка ===
# Create a new SVG panel following the instructions in the [[#Creating an SVG panel| Creating an SVG panel]].
# Создайте новую SVG-панель по инструкции в разделе [[#Создание SVG-панели| Создание SVG-панели]].
# In the svg panel editor, click the '''As JSON''' button, copy the link description from the saved file and paste the text into the field
# В редакторе svg-панели нажмите кнопку '''В виде JSON''', скопируйте из сохраненного файла описание связей и вставьте текст в поле
# Click the '''Save'' button '' at the bottom of the page.
# Нажмите кнопку '''Сохранить''' внизу страницы.
</div>


<div lang="ru" dir="ltr" class="mw-content-ltr">
==Animation of SVG panel elements==
==Анимация элементов SVG-панели==
[[File:animation-svg.gif|598x|thumb|right| SVG panel element animation example]]
[[Файл:animation-svg.gif|598x|thumb|right| Пример анимации элемента SVG-панели]]
SVG panel elements can be animated using CSS.
Элементы SVG-панели можно анимировать с помощью CSS.
</div>


<div lang="ru" dir="ltr" class="mw-content-ltr">
<div lang="ru" dir="ltr" class="mw-content-ltr">