104105106107108109110111112113114
}); // addTab button: just opens the dialog $("#add_tab").as(Ui).button().click(new Function() { public boolean f(Event e) { dialog.open(); return false; }; }); }