template "widget[@type='Back']", mode="widget_class"
class BackWidget extends Widget{
if(jump_history.length > 1){
let [page_name, index] = jump_history.pop();
switch_page(page_name, index);
this.element.setAttribute("onclick", "hmi_widgets['"+this.element_id+"'].on_click(evt)");