2014-04-05 17:02:03 +00:00
< b > Rule Name: < / b > < input id = "input_id" type = "text" / > < br >
< h2 > EVENT< / h2 >
2014-04-16 15:42:56 +00:00
< select id = "select_event" > < option > < / option > < / select > < br / >
< input id = "input_event" type = "text" / > < br / >
2014-04-20 18:35:52 +00:00
< div id = "input_interval" > < / div > < br / >
2014-04-16 15:42:56 +00:00
< div id = "event_poller_params" > < / div >
2014-04-05 17:02:03 +00:00
< br >
< h2 > CONDITIONS< / h2 >
2014-04-19 20:35:05 +00:00
Refer to < a target = "_blank" href = "https://github.com/harthur/js-select#selectors" > js-select selectors< / a > for valid selectors! ( only the first matching element will be returned )
2014-04-05 17:02:03 +00:00
< table >
< tr > < td >
< div id = "editor_conditions" >
[
".nested_property:val(\"has this value\")"
]
< / div >
< / td > < / tr >
< tr > < td >
< h2 > ACTIONS< / h2 >
< select id = "select_actions" > < option > < / option > < / select >
< br > < br >
< b > Selected Actions:< / b >
< table id = "selected_actions" > < / table >
< br > < br >
< b > Required Parameters:< / b >
< br > < br >
< div id = "action_params" > < / div >
< br > < br >
< button id = "but_submit" > save< / button >
< / td > < / tr > < / table >