Commit 83beb018 authored by Sergey Antonovich's avatar Sergey Antonovich 🇯🇵

Add new file

parent 272e6518
# Кнопка
![Демонстрация](custom-button.webm)
**Автор**: [Антонович Сергей](mailto:s.antonovich@arta.pro)
**Поддерживаемая версия Synergy**: 3.15 (wilkes)
**Файл конфигурации**: [custom-button.conf.xml](../../form-cmp/custom-button.conf.xml) [пользовательский компонент]
## Инструкция по использованию
* Добавить пользовательский компонент с названием `button by [0x00034]` и внести в него скрипт.
```javascript
model.setValue('Button');
model.click = function(){
alert('Hello World!');
};
```
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment