webapi-eca/webpages/handlers/templates/forge_event.html
2014-04-26 02:16:06 +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:200px">Prepare a Rule for this Event</button>
<br>
<button id="but_submit" style="width:200px">Push Event into System</button>