{ "widgettype":"VBox", "options":{ "width":"100%", "height":"100%" }, "subwidgets":[ { "widgettype":"Title4", "options":{ "height":"auto", "otext":"{{params_kw.get('tagname','Liked')}}", "i18n":true, "wrap":true } }, { "widgettype":"Filler", "options":{}, "subwidgets":[ { "widgettype":"urlwidget", "options":{ "url":"{{entire_url('channels.ui')}}" } } ] }, { "widgettype":"HBox", "options":{ "height":"40px" }, "subwidgets":[ { "widgettype":"Text", "options":{ "i18n":true, "width":"120px", "otext":"chanel name" } }, { "id":"tv_name", "widgettype":"UiStr", "options":{ "height":"40px", "name":"tv_name", "value":"", } } ] } ], "binds":[ { "wid":"tv_name", "event":"changed", "actiontype":"method", "datawidget":"tv_name", "datamethod":"getValue", "target":"channel_list", "method":"render" } ] }