{ "widgettype":"VBox", "options":{}, "subwidgets":[ { "id":"btn1", "widgettype":"Button", "options":{ "label":"press me" } }, { "id":"txt1", "widgettype":"Text", "options":{ "otext":"I will dispatch a event when btn1 pressed", "i18n":true } } ], "binds":[ { "wid":"btn1", "event":"click", "actiontype":"script", "target":"txt1", "script":"this.set_text('estrdyfguihojkl')", "dispatch_event":"gpc" }, { "wid":"txt1", "event":"gpc", "actiontype":"script", "target":"self", "script":"alert('yield');" } ] }