You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

js_label.js 245B

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