1 2 3 4 5 6 7 8 9 10 11
window.com_vaadin_tests_components_javascriptcomponent_JavaScriptPreloading_JsLabel = function() { var e = this.getElement(); (function() { e.innerHTML = "Widget executed javascript"; })(); }; (function() { window.alert("First"); })();