webapi-eca/webpages/handlers/templates/forge_event.html
2014-04-27 13:20:08 +02:00

15 lines
312 B
HTML

<div style="width:100%;float:left">
<div id="editor">
{
"eventname": "button-click",
"body": {
"subject": "hello world"
}
}
</div>
</div>
<button id="but_prepare" style="width:300px">Prepare a Rule for this Event</button>
<br>
<button id="but_submit" style="width:300px">Push Event into System</button>