17 lines
255 B
XML
17 lines
255 B
XML
{
|
|
"id":"recorder",
|
|
"widgettype":"AudioRecorder",
|
|
"options":{
|
|
"height":"40px",
|
|
"upload_url":"{{entire_url('stt.dspy')}}"
|
|
},
|
|
"binds":[
|
|
{
|
|
"wid":"self",
|
|
"event":"uploaded",
|
|
"actiontype":"script",
|
|
"script":"alert(event.params)"
|
|
}
|
|
]
|
|
}
|