{ "widgettype":"PopupWindow", "options":{ "width":"80%", "cheight":16, "widget":"center", "auto_open":true, "moving":true, "modal":true, "archor":"cc", "icon":"/imgs/tv.png", "title":"添加频道" }, "subwidgets":[ { "widgettype":"VBox", "options":{ "width":"100%", "height":"100%" }, "subwidgets":[ { "widgettype":"Text", "options":{ "otext":"we can ONLY import m3u8 channels in m3u format, please input m3u url" ,"i18n":true, "wrap":true, "rate":1.5, "dynsize":true } }, { "widgettype":"Form", "id":"form", "options":{ "fields":[ { "name":"m3u_url", "uitype":"str" } ] }, "binds":[ { "wid":"self", "event":"submit", "actiontype":"urlwidget", "target":"self", "options":{ "url":"{{entire_url('add_channels.dspy')}}" } } ] } ] } ], "binds":[ { "wid":"form", "event":"submit", "actiontype":"method", "target":"self", "method":"dismiss" } ] }