{ "widgettype":"Cols", "id":"channel_list", "options":{ "width": "100%", "height": "100%", "data_url": "{{entire_url('/api/channels.dspy')}}", "data_params":{ }, "data_method":"POST", "col_cwidth":22, "record_view":{ "widgettype":"HBox", "options":{ "cwidth":22, "cheight":5 }, "subwidgets":[ { "widgettype":"Image", "options":{ "cwidth":1.5, "cheight":1.5, "url":"${logo_url}", "default_url":"/imgs/tv.png" } }, { "widgettype":"Title6", "options":{ "text":"${tv_name}", "halign":"left" } } ], "binds":[ { "wid":"self", "event":"click", "actiontype":"urlwidget", "target":"PopupWindow", "popup_options":{ "width":"80%", "height":"80%", "title":"${tv_name}" }, "options":{ "params":{ "tv_name": "${tv_name}", "url":"${url}", "id":"${id}" }, "method": "POST", "url":"/play.ui" } } ] } } }