Added delay button
This commit is contained in:
@@ -255,6 +255,15 @@
|
||||
<label>Текст успеха <input type="text" id="b-success"></label>
|
||||
<label>Текст ошибки <input type="text" id="b-error" value="Ошибка"></label>
|
||||
<label>Цвет кнопки <input type="color" id="b-color" value="#7b007b"></label>
|
||||
<label>Срабатывание
|
||||
<select id="b-trigger-mode">
|
||||
<option value="hold">Удержание</option>
|
||||
<option value="click">Клик</option>
|
||||
</select>
|
||||
</label>
|
||||
<label id="b-hold-row">Длительность удержания: <span id="b-hold-val">800</span> мс
|
||||
<input type="range" id="b-hold" min="200" max="3000" step="50" value="800">
|
||||
</label>
|
||||
<menu>
|
||||
<button value="cancel">Отмена</button>
|
||||
<button id="b-save" value="ok" type="submit" class="primary">Сохранить</button>
|
||||
|
||||
Reference in New Issue
Block a user