{ "id":"channel_list", "widgettype":"Tabular", "options":{ "data_url":"{{entire_url('/api/channels.dspy')}}", "noheader":true, "row_options":{ "fields":[ { "name":"logo_url", "cwidth":2, "cheight":2, "uitype":"icon", "label":"Icon", "value":"${logo_url}" }, { "name":"tv_name", "uitype":"str", "lable":"Channel", "cwidth":50, "value":"${tv_name}" } ], "alters":{ "logo_url":{ "cwidth":2.5 }, "tv_name":{ "cwidth":20 } }, "cheight":2.5, "width":"100%" }, "page_rows":80, "cache_limit":5 }, "binds":[ { "wid":"self", "event":"row_selected", "actiontype":"script", "target":"root.mytv", "script":"this.setValue(params)" }, { "wid":"self", "event":"row_selected", "actiontype":"script", "target":"root.popup", "script":"this.dismiss()" } ] }